Update docker-compose.yml
This commit is contained in:
parent
c9fb831fbb
commit
92d359b282
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ services:
|
|||
- mongodb-message
|
||||
links:
|
||||
- mongodb-message
|
||||
- service-authentication
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
|
||||
|
|
@ -65,6 +66,7 @@ services:
|
|||
- mongodb-privateroom
|
||||
links:
|
||||
- mongodb-privateroom
|
||||
- service-authentication
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
|
||||
|
|
|
|||
Reference in a new issue