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.override.yml
+28-29Lines changed: 28 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ services:
115
115
- 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.
- IdentityUrlHC=http://identity.api/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
@@ -132,7 +132,7 @@ services:
132
132
environment:
133
133
- ASPNETCORE_ENVIRONMENT=Development
134
134
- ASPNETCORE_URLS=http://0.0.0.0:80
135
-
- PurchaseUrl=http://apigw/shopping
135
+
- PurchaseUrl=http://webshoppingapigw
136
136
- LocationsUrl=http://locations.api
137
137
- IdentityUrl=http://10.0.75.1:5105 # Local Mac: Use http://docker.for.mac.localhost:5105 || Local Windows: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. || #Remote access: Use ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
138
138
- MarketingUrl=http://marketing.api
@@ -218,23 +218,23 @@ services:
218
218
- "15672:15672"
219
219
- "5672:5672"
220
220
221
-
mobileshoppingapigw:
222
-
environment:
223
-
- ASPNETCORE_ENVIRONMENT=Development
224
-
- IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
Copy file name to clipboardExpand all lines: docker-compose.prod.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -139,17 +139,16 @@ services:
139
139
140
140
webmvc:
141
141
environment:
142
+
142
143
- ASPNETCORE_ENVIRONMENT=Development
143
144
- ASPNETCORE_URLS=http://0.0.0.0:80
144
-
- CatalogUrl=http://catalog.api
145
-
- OrderingUrl=http://ordering.api
146
-
- BasketUrl=http://basket.api
145
+
- PurchaseUrl=http://webshoppingapigw/shopping
147
146
- LocationsUrl=http://locations.api
148
-
- IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. #Remote: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
149
-
- MarketingUrl=http://marketing.api
147
+
- IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105 #Local Mac: Use http://docker.for.mac.localhost:5105 || Local Windows: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. || #Remote access: Use ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
148
+
- MarketingUrl=http://marketing.api
150
149
- CatalogUrlHC=http://catalog.api/hc
151
150
- OrderingUrlHC=http://ordering.api/hc
152
-
- IdentityUrlHC=http://identity.api/hc
151
+
- IdentityUrlHC=http://identity.api/hc #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser.
0 commit comments