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:
|
||||
# MongoDB: https://hub.docker.com/_/mongo/
|
||||
mongodb:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,12 @@ services:
|
|||
WEB_CONCURRENCY: 1
|
||||
networks:
|
||||
- netgrimoire
|
||||
logging:
|
||||
driver: "gelf"
|
||||
options:
|
||||
gelf-address: "udp://graylog:12201"
|
||||
tag: "mealie"
|
||||
|
||||
deploy:
|
||||
labels:
|
||||
- homepage.group=Application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue