diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-07-19 17:52:15 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-07-19 17:52:15 +0530 |
| commit | 719f6c3a5ed1f2fe5629b5317158e697fc81b6dc (patch) | |
| tree | 9c74ba5d6b0035f2dcd398b11f900e2e9f173a51 | |
| parent | b791cb453fccf5f7ad774da36ba12fc638fbcb12 (diff) | |
| download | vaindock-719f6c3a5ed1f2fe5629b5317158e697fc81b6dc.tar.gz vaindock-719f6c3a5ed1f2fe5629b5317158e697fc81b6dc.zip | |
fixing connection to tournament DB
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index dfdf7f0..7384913 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -390,7 +390,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: |
