Compare commits

..

2 Commits

Author SHA1 Message Date
ce550c31f4 Merge pull request 'fix' (#14) from queues into dev
Reviewed-on: #14
2024-11-25 00:01:04 +03:00
c146fc7f1e fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 19s
Deploy Prod / Build (pull_request) Successful in 4s
Deploy Prod / Push (pull_request) Successful in 8s
Deploy Prod / Deploy prod (pull_request) Successful in 19s
2024-11-25 00:00:26 +03:00
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