From 99a7211ac62aedb29bb6df50742377a7ec1b1f97 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 12:51:51 +0530 Subject: [PATCH] Add gathio/MongoDB.xml --- gathio/MongoDB.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 gathio/MongoDB.xml diff --git a/gathio/MongoDB.xml b/gathio/MongoDB.xml new file mode 100644 index 0000000..1688900 --- /dev/null +++ b/gathio/MongoDB.xml @@ -0,0 +1,40 @@ + + + Gathio-MongoDB + mongo:latest + https://hub.docker.com/_/mongo + MongoDB instance for Gathio event management platform[br][br]This container should be started before the Gathio container. + MongoDB database for Gathio event management platform + https://www.mongodb.com/ + Productivity: Tools: + true + false + + bridge + + + 27017 + 27017 + tcp + + + + + + /mnt/user/appdata/gathio/mongodb + /data/db + rw + + + + + MONGO_INITDB_ROOT_USERNAME + root + + + MONGO_INITDB_ROOT_PASSWORD + change_this_password + + + + \ No newline at end of file