Browse Source
Merge pull request #6812 from smatvienko-tb/docker-compose-zookeeper-upgrade-3.8.0
[3.4] docker-compose: fixed tb-vc-executor for queue-aws-sqs
pull/6840/head
Andrew Shvayka
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docker/docker-compose.aws-sqs.yml
|
|
|
@ -53,3 +53,9 @@ services: |
|
|
|
tb-snmp-transport: |
|
|
|
env_file: |
|
|
|
- queue-aws-sqs.env |
|
|
|
tb-vc-executor1: |
|
|
|
env_file: |
|
|
|
- queue-aws-sqs.env |
|
|
|
tb-vc-executor2: |
|
|
|
env_file: |
|
|
|
- queue-aws-sqs.env |
|
|
|
|