Browse Source

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

pull/119/head
Cesar De la Torre 8 years ago
parent
commit
73a15629d8
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      .env
  2. +3
    -1
      docker-compose.dcproj

+ 1
- 1
.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

+ 3
- 1
docker-compose.dcproj 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>


Loading…
Cancel
Save