mongodb privateroom
This commit is contained in:
parent
64b35b5fe6
commit
67a37d16ec
1 changed files with 16 additions and 0 deletions
|
|
@ -50,6 +50,22 @@ services:
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
|
|
||||||
|
service-privateroom:
|
||||||
|
container_name: service-privateroom
|
||||||
|
build: ./backend/service-privateroom
|
||||||
|
command: node server.js
|
||||||
|
volumes:
|
||||||
|
- backend/service-privateroom
|
||||||
|
- backend/service-privateroom/node_modules
|
||||||
|
ports:
|
||||||
|
- 3001:3000
|
||||||
|
depends_on:
|
||||||
|
- mongodb-privateroom
|
||||||
|
links:
|
||||||
|
- mongodb-privateroom
|
||||||
|
environment:
|
||||||
|
NODE_ENV: development
|
||||||
|
|
||||||
mongodb-authentication:
|
mongodb-authentication:
|
||||||
image: mongo
|
image: mongo
|
||||||
container_name: mongodb-authentication
|
container_name: mongodb-authentication
|
||||||
|
|
|
||||||
Reference in a new issue