diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-05-25 21:51:59 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-05-25 21:51:59 +0530 |
| commit | 4868a09ea9ad5b9ce29bce265b441c46118e9e5c (patch) | |
| tree | fa9de129faa7a74052c1a1d84437d53e859425d7 | |
| parent | 0e5147205e0cd5bf9d338ce1edf4313fa898fdb1 (diff) | |
| download | vaindock-4868a09ea9ad5b9ce29bce265b441c46118e9e5c.tar.gz vaindock-4868a09ea9ad5b9ce29bce265b441c46118e9e5c.zip | |
Added site for adagio.dev (tournament server)release/2.3.0
| -rw-r--r-- | docker-compose.yml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index fa17c94..2a84507 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,22 +10,23 @@ services: # as long as all the Vainglory repo are checked out on the same level this will work just fine # volume to map Vainsocial.com code. used by Workspace repo. - ../vainsocial/:/var/www/vainsocial + - ../vainsocial-tournament/:/var/www/vainsocial-tournament -# backend: -# image: tianon/true -# depends_on: -# - vaindock_queue -# - vaindock_db-web -# - vaindock_db-brawl -# - vaindock_db-tournament -# - vaindock_bridge -# - vaindock_processor -# - vaindock_processor_brawl -# - vaindock_processor_tournament -# - vaindock_apigrabber -# - vaindock_apigrabber_brawl -# - vaindock_apigrabber_tournament -# - vaindock_cruncher + backend: + image: tianon/true + depends_on: + - queue + - db-web + - db-brawl + - db-tournament + - bridge + - processor + - processor_brawl + - processor_tournament + - apigrabber + - apigrabber_brawl + - apigrabber_tournament + - cruncher backend_light: image: tianon/true @@ -98,6 +99,7 @@ services: volumes_from: - applications - db-web + - db-tournament expose: - "9000" links: |
