fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 4s
Deploy Dev / Push (pull_request) Successful in 7s
Deploy Dev / Deploy dev (pull_request) Successful in 12s

This commit is contained in:
2024-11-22 01:32:01 +03:00
parent e150d910d4
commit 7f947f3fa0
5 changed files with 28 additions and 31 deletions

View File

@@ -9,7 +9,8 @@ services:
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
STAGE: "production"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
deploy:
mode: replicated
restart_policy:
@@ -25,8 +26,9 @@ services:
MONGO_HOST: "mongo.sprinthub.ru"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
networks:
- queues
deploy:
mode: replicated
restart_policy:
@@ -41,7 +43,8 @@ services:
environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
STAGE: "production"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
deploy:
mode: replicated
restart_policy:
@@ -71,4 +74,6 @@ services:
networks:
common-infra-nginx:
external: true
external: true
queues:
external: true