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 | |
| parent | 7257eb10f10b9d7ae1d2e326e2401216b645bd6a (diff) | |
| download | vaindock-b4d6b869bd2b0ef2d028413e3d60111210fc49a5.tar.gz vaindock-b4d6b869bd2b0ef2d028413e3d60111210fc49a5.zip | |
Container for new web app added
| -rw-r--r-- | docker-compose.yml | 1 | ||||
| -rw-r--r-- | nginx/sites/vainsocial.dev.conf | 4 |
2 files changed, 3 insertions, 2 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 diff --git a/nginx/sites/vainsocial.dev.conf b/nginx/sites/vainsocial.dev.conf index 9e6155e..57491a2 100644 --- a/nginx/sites/vainsocial.dev.conf +++ b/nginx/sites/vainsocial.dev.conf @@ -1,7 +1,7 @@ server { - listen 80 default_server; - listen [::]:80 default_server; + listen 80; + listen [::]:80; server_name vainsocial.dev; root /var/www/vainsocial/public; |
