From 08c912b933ea5a3095252a322ad750b0d08856b6 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 2 Jun 2026 17:04:24 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d6e1d36..aa0f2fc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,7 @@ services: mealie: + networks: + - bragi-local image: ghcr.io/mealie-recipes/mealie:v2.8.0 container_name: mealie restart: always @@ -24,7 +26,9 @@ services: postgres: condition: service_healthy postgres: - container_name: postgres + networks: + - bragi-local + container_name: 04_groceries_postgres image: postgres:15 restart: always volumes: