Update compose.yaml

This commit is contained in:
2026-07-14 16:28:16 +02:00
parent 9092880b3e
commit cc75409d4b
+22 -22
View File
@@ -25,28 +25,28 @@ services:
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: