add mongodb-privateroom
This commit is contained in:
parent
374e000f5b
commit
52583f1f43
1 changed files with 9 additions and 1 deletions
|
|
@ -65,3 +65,11 @@ services:
|
|||
- ./backend/service-message/database:/data/db-message
|
||||
ports:
|
||||
- 27020:27017
|
||||
|
||||
mongodb-privateroom:
|
||||
image: mongo
|
||||
container_name: privateroom
|
||||
volumes:
|
||||
- ./backend/service-privateroom/database:/data/db-privateroom
|
||||
ports:
|
||||
- 27021:27017
|
||||
Reference in a new issue