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
- 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_EXTERNAL_DNS_NAME_OR_IP}:5101 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
- XamarinCallback=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105/xamarincallback #localhost do not work for UWP login, so we have to use "external" IP always
- 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:5105/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
68
-
- BasketUrlHC=http://basket.api:5103/hc
65
+
- CatalogUrlHC=http://catalog.api/hc
66
+
- OrderingUrlHC=http://ordering.api/hc
67
+
- IdentityUrlHC=http://identity.api/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
68
+
- BasketUrlHC=http://basket.api/hc
69
69
ports:
70
-
- "5104:5104"
70
+
- "5104:80"
71
71
72
72
webmvc:
73
73
environment:
74
74
- ASPNETCORE_ENVIRONMENT=Production
75
-
- ASPNETCORE_URLS=http://0.0.0.0:5100
76
-
- CatalogUrl=http://catalog.api:5101
77
-
- OrderingUrl=http://ordering.api:5102
75
+
- ASPNETCORE_URLS=http://0.0.0.0:80
76
+
- CatalogUrl=http://catalog.api
77
+
- OrderingUrl=http://ordering.api
78
78
- 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.
79
-
- BasketUrl=http://basket.api:5103
79
+
- BasketUrl=http://basket.api
80
80
ports:
81
-
- "5100:5100"
81
+
- "5100:80"
82
82
83
83
sql.data:
84
84
environment:
@@ -90,12 +90,13 @@ services:
90
90
webstatus:
91
91
environment:
92
92
- ASPNETCORE_ENVIRONMENT=Production
93
-
- ASPNETCORE_URLS=http://0.0.0.0:5107
94
-
- CatalogUrl=http://catalog.api:5101/hc
95
-
- OrderingUrl=http://ordering.api:5102/hc
96
-
- BasketUrl=http://basket.api:5103/hc
97
-
- mvc=http://webmvc:5100/hc
98
-
- spa=http://webspa:5104/hc
99
-
- 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