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