Update compose.yaml
This commit is contained in:
+3
-2
@@ -1,7 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
mealie:
|
mealie:
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: always
|
restart: always
|
||||||
@@ -11,6 +9,8 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 1000M #
|
memory: 1000M #
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
volumes:
|
volumes:
|
||||||
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
|
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
|
||||||
environment:
|
environment:
|
||||||
@@ -47,6 +47,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
mealie-data: null
|
mealie-data: null
|
||||||
mealie-pgdata: null
|
mealie-pgdata: null
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user