fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 38s
Deploy Dev / Push (pull_request) Successful in 26s
Deploy Dev / Create dir (pull_request) Successful in 0s
Deploy Dev / Deploy dev (pull_request) Successful in 6s

This commit is contained in:
Egor Matveev 2025-01-06 16:52:32 +03:00
parent 911496ffba
commit 2219b4f4df
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: