Skip to content

Commit 73a1562

Browse files
Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj
1 parent 1e34a39 commit 73a1562

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# 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
66
ESHOP_EXTERNAL_DNS_NAME_OR_IP=localhost
7-
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=192.168.88.248
7+
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92

docker-compose.dcproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<None Include="docker-compose.override.yml">
1212
<DependentUpon>docker-compose.yml</DependentUpon>
1313
</None>
14-
<None Include="docker-compose.prod.yml" />
14+
<None Include="docker-compose.prod.yml">
15+
<DependentUpon>docker-compose.yml</DependentUpon>
16+
</None>
1517
<None Include="docker-compose.vs.debug.yml">
1618
<DependentUpon>docker-compose.yml</DependentUpon>
1719
</None>

0 commit comments

Comments
 (0)