summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e5fa950..51bdfd1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -16,25 +16,25 @@ services:
depends_on:
- queue
- db-web
- - db-brawl
+ # - db-brawl
- db-tournament
- bridge
- processor
- - processor_brawl
+ # - processor_brawl
- processor_tournament
- shrinker
- shrinker_brawl
- shrinker_tournament
- apigrabber
- - apigrabber_brawl
+ # - apigrabber_brawl
- apigrabber_tournament
- cruncher_global
- cruncher_player
- cruncher_global_tournament
- telesucker
- telesucker_tournament
- - analyzer
- - analyzer_tournament
+ # - analyzer
+ # - analyzer_tournament
backend_light:
image: tianon/true
@@ -415,7 +415,7 @@ services:
- db-web
environment:
- RABBITMQ_URI=amqp://cruncher:cruncher@queue/
- - DATABASE_URI=mysql://vainweb:vainweb@db-tournament/vaintournament
+ - DATABASE_URI=mysql://vaintournament:vaintournament@db-tournament/vaintournament
- QUEUE=crunch_tournament
analyzer: