From af1739b30d71f66bd53c7e208b4744d7d977e30c Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 14 Jul 2026 17:28:26 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/compose.yaml b/compose.yaml index 3cc8472..ff5f76e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: