Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj

This commit is contained in:
Cesar De la Torre 2017-03-13 16:15:48 -07:00
parent 1e34a39422
commit 73a15629d8
2 changed files with 4 additions and 2 deletions

2
.env
View File

@ -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
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92

View File

@ -11,7 +11,9 @@
<None Include="docker-compose.override.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
<None Include="docker-compose.prod.yml" />
<None Include="docker-compose.prod.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>
<None Include="docker-compose.vs.debug.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>