mirror of
https://github.com/FranP-code/shortly.git
synced 2025-10-13 00:43:28 +00:00
removed docker mongodb integration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user