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