summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml32
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: