This commit is contained in:
traveler 2025-02-28 22:41:00 -06:00
parent 7f5ee68a3f
commit afa61deb69
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
#only works with compose
services: services:
# MongoDB: https://hub.docker.com/_/mongo/ # MongoDB: https://hub.docker.com/_/mongo/
mongodb: mongodb:

View file

@ -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