NODE_ENV change to production
This commit is contained in:
parent
1b30d725f1
commit
2a5bf74e0e
1 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- mongodb-authentication
|
- mongodb-authentication
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: production
|
||||||
|
|
||||||
service-message:
|
service-message:
|
||||||
container_name: service-message
|
container_name: service-message
|
||||||
|
|
@ -48,7 +48,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- mongodb-message
|
- mongodb-message
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: production
|
||||||
|
|
||||||
service-privateroom:
|
service-privateroom:
|
||||||
container_name: service-privateroom
|
container_name: service-privateroom
|
||||||
|
|
@ -64,7 +64,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- mongodb-privateroom
|
- mongodb-privateroom
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: production
|
||||||
|
|
||||||
mongodb-authentication:
|
mongodb-authentication:
|
||||||
image: mongo
|
image: mongo
|
||||||
|
|
|
||||||
Reference in a new issue