Update compose.yaml
This commit is contained in:
+3
-2
@@ -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
|
||||
Reference in New Issue
Block a user