commit
ce550c31f4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user