fix #14

Merged
emmatveev merged 1 commits from queues into dev 2024-11-25 00:01:06 +03:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c146fc7f1e - Show all commits

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