Merge pull request 'fix' (#17) from master into dev

Reviewed-on: #17
This commit is contained in:
emmatveev 2025-01-06 16:52:50 +03:00
commit 41590ee88f
2 changed files with 2 additions and 8 deletions

View File

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

View File

@ -9,9 +9,6 @@ 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: