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

This commit is contained in:
2024-11-22 01:47:46 +03:00
parent 17c9b1b693
commit ac1c8745dc
5 changed files with 35 additions and 34 deletions

View File

@@ -8,7 +8,8 @@ services:
environment:
STAGE: "production"
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
command: poll
deploy:
mode: replicated
@@ -25,7 +26,8 @@ services:
STAGE: "production"
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
command: worker
deploy:
mode: replicated
@@ -40,7 +42,8 @@ services:
environment:
STAGE: "production"
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_PROD
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
command: mailbox
deploy:
mode: replicated
@@ -58,7 +61,8 @@ services:
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
DEBUG: "false"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
command: fetch
deploy:
mode: replicated
@@ -80,7 +84,8 @@ services:
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
DEBUG: "false"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
networks:
- queues
command: notify
deploy:
mode: replicated
@@ -120,3 +125,5 @@ services:
networks:
common-infra-nginx:
external: true
queues:
external: true