From 73a15629d8a2fd6a8f9e54b9ee81e7bea0bc7303 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 13 Mar 2017 16:15:48 -0700 Subject: [PATCH] Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj --- .env | 2 +- docker-compose.dcproj | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 0647574cc..02550882f 100644 --- a/.env +++ b/.env @@ -4,4 +4,4 @@ # localhost should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost -ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=192.168.88.248 \ No newline at end of file +ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92 \ No newline at end of file diff --git a/docker-compose.dcproj b/docker-compose.dcproj index 59afd14a8..f7f04c5b4 100644 --- a/docker-compose.dcproj +++ b/docker-compose.dcproj @@ -11,7 +11,9 @@ docker-compose.yml - + + docker-compose.yml + docker-compose.yml