Skip to content

Commit 5208296

Browse files
committed
Add url to docker-compose
1 parent a894e22 commit 5208296

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docker-compose.override.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ services:
6161
- MongoConnectionString=mongodb://nosql.data
6262
- MongoDatabase=MarketingDb
6363
- 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.
6465
- identityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
6566
ports:
6667
- "5110:80"
@@ -88,7 +89,8 @@ services:
8889
- CatalogUrl=http://catalog.api
8990
- OrderingUrl=http://ordering.api
9091
- 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.
9294
#Remote: Use ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser.
9395
ports:
9496
- "5100:80"

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ services:
7676
- ordering.api
7777
- identity.api
7878
- basket.api
79+
- marketing.api
7980

8081
sql.data:
8182
image: microsoft/mssql-server-linux

0 commit comments

Comments
 (0)