Compare commits
No commits in common. "3241b25d251adafce843bd1d6856c9af075fc665" and "696f1cb2ed4ec874e2f0940d8ae454cfaf0b6099" have entirely different histories.
3241b25d25
...
696f1cb2ed
@ -8,7 +8,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
MONGO_HOST: "mongo.develop.sprinthub.ru"
|
||||||
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
|
||||||
STAGE: "development"
|
|
||||||
networks:
|
networks:
|
||||||
- queues-development
|
- queues-development
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -8,7 +8,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
MONGO_HOST: "mongo.sprinthub.ru"
|
MONGO_HOST: "mongo.sprinthub.ru"
|
||||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||||
STAGE: "production"
|
|
||||||
networks:
|
networks:
|
||||||
- queues
|
- queues
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user