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:
|
||||
- mongodb-authentication
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
NODE_ENV: production
|
||||
|
||||
service-message:
|
||||
container_name: service-message
|
||||
|
|
@ -48,7 +48,7 @@ services:
|
|||
links:
|
||||
- mongodb-message
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
NODE_ENV: production
|
||||
|
||||
service-privateroom:
|
||||
container_name: service-privateroom
|
||||
|
|
@ -64,7 +64,7 @@ services:
|
|||
links:
|
||||
- mongodb-privateroom
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
NODE_ENV: production
|
||||
|
||||
mongodb-authentication:
|
||||
image: mongo
|
||||
|
|
|
|||
Reference in a new issue