From 9092880b3ef8be6e77f0ecbff6fe6b1de11186ba Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 2 Jun 2026 17:05:10 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index aa0f2fc..ff5f76e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,5 @@ services: mealie: - networks: - - bragi-local image: ghcr.io/mealie-recipes/mealie:v2.8.0 container_name: mealie restart: always @@ -11,6 +9,8 @@ services: resources: limits: memory: 1000M # + networks: + - bragi-local volumes: - /home/shrek/docker/stack/mealie/mealie-data:/app/data/ environment: @@ -47,6 +47,7 @@ services: volumes: mealie-data: null mealie-pgdata: null + networks: bragi-local: external: true \ No newline at end of file