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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ services:
61
61
- MongoConnectionString=mongodb://nosql.data
62
62
- MongoDatabase=MarketingDb
63
63
- EventBusConnection=rabbitmq
64
+
- ExternalCatalogBaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5110 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
64
65
- identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
65
66
ports:
66
67
- "5110:80"
@@ -88,7 +89,8 @@ services:
88
89
- CatalogUrl=http://catalog.api
89
90
- OrderingUrl=http://ordering.api
90
91
- BasketUrl=http://basket.api
91
-
- IdentityUrl=http://10.0.75.1:5105 #Local: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser.
92
+
- IdentityUrl=http://10.0.75.1:5105
93
+
- MarketingUrl=http://marketing.api #Local: Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser.
92
94
#Remote: Use ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
0 commit comments