Compare commits

..

No commits in common. "41590ee88fc4a873d7979acd16aa06bc8a0b339f" and "ad1a0aab30f67e7cbd57286c7a844faf7fffb723" have entirely different histories.

2 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,11 @@ services:
networks:
- queues-development
environment:
MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
REDIS_HOST: "redis.develop.sprinthub.ru"
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
STAGE: "development"
deploy:
mode: replicated
restart_policy:

View File

@ -9,6 +9,9 @@ services:
environment:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
REDIS_HOST: "redis.sprinthub.ru"
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
STAGE: "production"
deploy:
mode: replicated
restart_policy: