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
|
- mongodb-message
|
||||||
links:
|
links:
|
||||||
- mongodb-message
|
- mongodb-message
|
||||||
|
- service-authentication
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
||||||
|
|
@ -65,6 +66,7 @@ services:
|
||||||
- mongodb-privateroom
|
- mongodb-privateroom
|
||||||
links:
|
links:
|
||||||
- mongodb-privateroom
|
- mongodb-privateroom
|
||||||
|
- service-authentication
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue