removed docker mongodb integration

This commit is contained in:
2023-01-13 19:59:15 -03:00
parent 63ec99e6a5
commit a62cee3ccd
2 changed files with 2 additions and 8 deletions

View File

@@ -8,10 +8,4 @@ services:
- /usr/src/node_modules
ports:
- 3000:3000
mongo:
image: mongo
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGODB_LINK: ${MONGODB_LINK}
MONGO_INITDB_ROOT_PASSWORD: ${MONGO_INITDB_ROOT_PASSWORD}
- 27017:27017