From b4d6b869bd2b0ef2d028413e3d60111210fc49a5 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 23 Mar 2017 12:39:19 +0530 Subject: Container for new web app added --- docker-compose.yml | 1 + 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; -- cgit v1.3.1