This commit is contained in:
2024-11-23 22:36:58 +03:00
parent 7f947f3fa0
commit 1d543461e9
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ services:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
STAGE: "development"
networks:
- queues
- queues-development
deploy:
mode: replicated
restart_policy:
@@ -28,7 +28,7 @@ services:
STAGE: "development"
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
networks:
- queues
- queues-development
deploy:
mode: replicated
restart_policy:
@@ -44,7 +44,7 @@ services:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
STAGE: "development"
networks:
- queues
- queues-development
deploy:
mode: replicated
restart_policy:
@@ -63,7 +63,7 @@ services:
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
STAGE: "development"
networks:
- common-infra-nginx
- common-infra-nginx-development
deploy:
mode: replicated
restart_policy:
@@ -73,7 +73,7 @@ services:
order: start-first
networks:
common-infra-nginx:
common-infra-nginx-development:
external: true
queues:
queues-development:
external: true