You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose-windows.override.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ services:
11
11
basket.api:
12
12
environment:
13
13
- ASPNETCORE_ENVIRONMENT=Development
14
-
- ASPNETCORE_URLS=http://0.0.0.0:5103
14
+
- ASPNETCORE_URLS=http://0.0.0.0:80
15
15
- ConnectionString=basket.data
16
16
- identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
17
17
- EventBusConnection=rabbitmq
18
18
ports:
19
-
- "5103:5103"
19
+
- "5103:80"
20
20
21
21
catalog.api:
22
22
environment:
@@ -26,7 +26,7 @@ services:
26
26
- ExternalCatalogBaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5101 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
- IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
- ExternalCatalogBaseUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5101 #Local: You need to open your host's firewall at range 5100-5105. at range 5100-5105.
- IdentityUrlHC=http://identity.api/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
64
+
- BasketUrlHC=http://basket.api/hc
61
65
ports:
62
-
- "5104:5104"
66
+
- "5104:80"
63
67
64
68
webmvc:
65
69
environment:
66
70
- ASPNETCORE_ENVIRONMENT=Production
67
-
- ASPNETCORE_URLS=http://0.0.0.0:5100
68
-
- CatalogUrl=http://catalog.api:5101
69
-
- OrderingUrl=http://ordering.api:5102
71
+
- ASPNETCORE_URLS=http://0.0.0.0:80
72
+
- CatalogUrl=http://catalog.api
73
+
- OrderingUrl=http://ordering.api
70
74
- IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
0 commit comments