ds
This commit is contained in:
parent
7f5ee68a3f
commit
afa61deb69
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
#only works with compose
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# MongoDB: https://hub.docker.com/_/mongo/
|
# MongoDB: https://hub.docker.com/_/mongo/
|
||||||
mongodb:
|
mongodb:
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,12 @@ services:
|
||||||
WEB_CONCURRENCY: 1
|
WEB_CONCURRENCY: 1
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
logging:
|
||||||
|
driver: "gelf"
|
||||||
|
options:
|
||||||
|
gelf-address: "udp://graylog:12201"
|
||||||
|
tag: "mealie"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- homepage.group=Application
|
- homepage.group=Application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue