diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-24 17:41:06 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-06-24 17:41:06 +0200 |
| commit | ad25988ee31ee4e7f3c50dc96aceeabd70253498 (patch) | |
| tree | abc237c18a1dd5de9aa2c6ea8f84d250132972fe | |
| parent | 438d2d2b3adcd4916fcb112bc31527a1f45a5fe4 (diff) | |
| download | vaindock-ad25988ee31ee4e7f3c50dc96aceeabd70253498.tar.gz vaindock-ad25988ee31ee4e7f3c50dc96aceeabd70253498.zip | |
add sampler_tournamentrelease/2.9.0
| -rw-r--r-- | docker-compose.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index c311de6..b1131dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,8 @@ services: - vaindock_apigrabber_brawl - vaindock_apigrabber_tournament - vaindock_cruncher + - vaindock_sampler + - vaindock_sampler_tournament - analyzer - analyzer_tournament @@ -40,6 +42,7 @@ services: - vaindock_processor - vaindock_apigrabber - vaindock_cruncher + - vaindock_sampler frontend: image: tianon/true @@ -166,6 +169,7 @@ services: - CRUNCH_QUEUE=crunch - CRUNCH_TOURNAMENT_QUEUE=crunch_tournament - SAMPLE_QUEUE=sample + - SAMPLE_TOURNAMENT_QUEUE=sample - SHOVEL_SIZE=50000 - ANALYZE_QUEUE=analyze - ANALYZE_TOURNAMENT_QUEUE=analyze_tournament @@ -236,6 +240,22 @@ services: env_file: - local.env + vaindock_sampler_tournament: + build: ../sampler + volumes: + - ../sampler:/usr/src/app + - ../orm:/usr/src/orm + depends_on: + - vaindock_queue + environment: + - RABBITMQ_URI=amqp://sampler:sampler@vaindock_queue/ + - QUEUE=sample_tournament + - PROCESS_QUEUE=process_tournament + - PROCESS_BRAWL_QUEUE=process_brawl + - SAMPLERS=5 + env_file: + - local.env + # vaindock_discordbot: # build: ../discordbot # volumes: |
