Update compose.yaml

This commit is contained in:
2026-07-14 17:28:26 +02:00
parent 7daccdf71a
commit af1739b30d
+25 -25
View File
@@ -22,31 +22,31 @@ services:
POSTGRES_SERVER: postgres
POSTGRES_PORT: 5432
POSTGRES_DB: mealie
# depends_on:
# postgres:
# condition: service_healthy
# postgres:
# networks:
# - bragi-local
# container_name: 04_groceries_postgres
# image: postgres:15
# restart: always
# volumes:
# - /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
# environment:
# POSTGRES_PASSWORD: mealie
# POSTGRES_USER: mealie
# PGUSER: mealie
# healthcheck:
# test:
# - CMD
# - pg_isready
# interval: 30s
# timeout: 20s
# retries: 3
#volumes:
# mealie-data: null
# mealie-pgdata: null
depends_on:
postgres:
condition: service_healthy
postgres:
networks:
- bragi-local
container_name: 04_groceries_postgres
image: postgres:15
restart: always
volumes:
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: mealie
POSTGRES_USER: mealie
PGUSER: mealie
healthcheck:
test:
- CMD
- pg_isready
interval: 30s
timeout: 20s
retries: 3
volumes:
mealie-data: null
mealie-pgdata: null
networks:
bragi-local: