diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 12:39:19 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 12:39:19 +0530 |
| commit | b4d6b869bd2b0ef2d028413e3d60111210fc49a5 (patch) | |
| tree | 20eb9d7e5a955ef4d585a85b3620ad6229fa8f51 /docker-compose.yml | |
| parent | 7257eb10f10b9d7ae1d2e326e2401216b645bd6a (diff) | |
| download | vaindock-b4d6b869bd2b0ef2d028413e3d60111210fc49a5.tar.gz vaindock-b4d6b869bd2b0ef2d028413e3d60111210fc49a5.zip | |
Container for new web app added
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index db62a0e..b3c0c20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ 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 + - ../vainstats/:/var/www/vainstats - ../apigrabber:/apps/api - ../preloader:/apps/preloader - ../compiler:/apps/stats |
