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_SERVER: postgres
POSTGRES_PORT: 5432 POSTGRES_PORT: 5432
POSTGRES_DB: mealie POSTGRES_DB: mealie
# depends_on: depends_on:
# postgres: postgres:
# condition: service_healthy condition: service_healthy
# postgres: postgres:
# networks: networks:
# - bragi-local - bragi-local
# container_name: 04_groceries_postgres container_name: 04_groceries_postgres
# image: postgres:15 image: postgres:15
# restart: always restart: always
# volumes: volumes:
# - /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data - /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
# environment: environment:
# POSTGRES_PASSWORD: mealie POSTGRES_PASSWORD: mealie
# POSTGRES_USER: mealie POSTGRES_USER: mealie
# PGUSER: mealie PGUSER: mealie
# healthcheck: healthcheck:
# test: test:
# - CMD - CMD
# - pg_isready - pg_isready
# interval: 30s interval: 30s
# timeout: 20s timeout: 20s
# retries: 3 retries: 3
#volumes: volumes:
# mealie-data: null mealie-data: null
# mealie-pgdata: null mealie-pgdata: null
networks: networks:
bragi-local: bragi-local: