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: networks:
- queues-development - queues-development
environment: environment:
MONGO_HOST: "mongo.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD MONGO_PASSWORD: $MONGO_PASSWORD_DEV
REDIS_HOST: "redis.develop.sprinthub.ru"
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
STAGE: "development"
deploy: deploy:
mode: replicated mode: replicated
restart_policy: restart_policy:

View File

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