From 04e97cde56dfb75e49c3b1e19eeff11173474bac Mon Sep 17 00:00:00 2001 From: jonathan.brilhante Date: Wed, 8 Feb 2017 15:40:23 -0300 Subject: [PATCH] Commit atual --- docker-compose.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a97cc4..5621df2 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,33 +24,17 @@ services: web: build: . -# command: bin/rails server --port 80 --binding 0.0.0.0 command: bin/rails server -e production --port 80 --binding 0.0.0.0 ports: - "80:80" -# - "6379:6379" links: - db - redis -# - video environment: - - DOMAIN_NAME=191.234.187.152:80 + - DOMAIN_NAME=150.165.205.38:80 - VLIBRAS_API=191.234.184.118:80 - VLIBRAS_API_URL=http://191.234.184.118:80/api/ volumes: - .:/vlibrasportal/ -# networks: -# - default - -# video: -# build: ./video -# ports: -# - "8080:8080" -# environment: -# - EXTERNAL_IP=191.234.187.152 -# volumes: -# - ./video/volume/:/storage/ -# - ./video/volume/uploads/:/root/vlibras-api/uploads/ - volumes: db_data: -- libgit2 0.21.2