fix
This commit is contained in:
parent
ebeef5c15f
commit
ef3cee477c
@ -8,6 +8,7 @@ services:
|
||||
environment:
|
||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||
STAGE: "development"
|
||||
networks:
|
||||
- queues-development
|
||||
deploy:
|
||||
|
@ -8,6 +8,7 @@ services:
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
STAGE: "production"
|
||||
networks:
|
||||
- queues
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user