Update PostgreSQL and MeiliSearch images to latest versions
This commit is contained in:
parent
d9b4185097
commit
04a6212cd7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:17-alpine
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -20,7 +20,7 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
- meilisearch
|
- meilisearch
|
||||||
meilisearch:
|
meilisearch:
|
||||||
image: getmeili/meilisearch:v1.12.8
|
image: getmeili/meilisearch:v1.14
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
|
|
Reference in a new issue