Merge pull request 'fix' (#14) from queues into dev

Reviewed-on: #14
This commit is contained in:
emmatveev 2024-11-25 00:01:04 +03:00
commit ce550c31f4
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,7 @@ services:
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
networks:
- queues-development
- configurator
command: worker
deploy:
mode: replicated
@ -114,3 +115,5 @@ networks:
external: true
queues-development:
external: true
configurator:
external: true

View File

@ -28,6 +28,7 @@ services:
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
networks:
- queues
- configurator
command: worker
deploy:
mode: replicated
@ -127,3 +128,5 @@ networks:
external: true
queues:
external: true
configurator:
external: true