From cf3ede644ceef0613064a1406a2d95ddb0f04061 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Sun, 26 Feb 2017 15:04:32 +0530 Subject: Ignore the entry for local env’s. This to ensure we don’t commit our Key or for people to use their local env files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index bc35302..7f10d0c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: # 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.com/:/var/www/vainsocial + - ../vainsocial/:/var/www/vainsocial - ../apigrabber:/apps/api - ../analyzer:/apps/climate @@ -92,7 +92,7 @@ services: - ./logs/nginx/:/var/log/nginx - ./nginx/sites/:/etc/nginx/sites-available ports: - - "80:80" + - "88:80" - "443:443" links: - php-fpm @@ -113,6 +113,11 @@ services: - POSTGRESQL_DB=vainsocial-raw - POSTGRESQL_USER=vainraw - POSTGRESQL_PASSWORD=vainraw + - VAINSOCIAL_REGIONS=sg + - VAINSOCIAL_STARTDATE=2017-02-18T00:00:01Z + - VAINSOCIAL_ENDDATE=2017-02-25T00:00:00Z + env_file: + - local.env ### Python Container for processor -- cgit v1.3.1