add mongodb

This commit is contained in:
Chris
2022-11-02 16:44:05 +01:00
parent e57eda9857
commit 97d7d88897
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3.7'
services:
mongo:
image: mongo:4.4
restart: unless-stopped
ports:
- "27017:27017"
# command:
# - '--config'
# - '/config/mongod-conf.yml'
volumes:
- ./data:/data/db
- ./shared:/shared