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:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
env_file: stack.env
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
- postgres
|
||||
- meilisearch
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.12.8
|
||||
image: getmeili/meilisearch:v1.14
|
||||
restart: always
|
||||
env_file:
|
||||
- stack.env
|
||||
|
|
Reference in a new issue