Update PostgreSQL and MeiliSearch images to latest versions

This commit is contained in:
Edgar P. Burkhart 2025-05-16 15:39:58 +02:00
parent d9b4185097
commit 04a6212cd7
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -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