Add mongo

This commit is contained in:
2021-11-11 21:44:15 +01:00
parent 08623e9975
commit 2e737359c7
25 changed files with 356 additions and 29 deletions

9
src/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
db:
build:
context: backend/db
ports:
- 27017:27017
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example