|
|
@ -32,7 +32,7 @@ services: |
|
|
|
basket.api: |
|
|
|
environment: |
|
|
|
- ConnectionString=basket.data |
|
|
|
#- identityUrl=http://13.88.8.119:5105 #Remote |
|
|
|
#- identityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105. |
|
|
|
- identityUrl=http://10.0.75.1:5105 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105. |
|
|
|
ports: |
|
|
|
- "5103:5103" |
|
|
@ -40,8 +40,8 @@ services: |
|
|
|
catalog.api: |
|
|
|
environment: |
|
|
|
- ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word |
|
|
|
- ExternalCatalogBaseUrl=http://10.0.75.1:5101 #Local |
|
|
|
#- ExternalCatalogBaseUrl=http://13.88.8.119:5101 #Remote |
|
|
|
#- ExternalCatalogBaseUrl=http://13.88.8.119:5101 #Remote: VM Needs to have public access at 5105. |
|
|
|
- ExternalCatalogBaseUrl=http://10.0.75.1:5101 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105. |
|
|
|
ports: |
|
|
|
- "5101:5101" |
|
|
|
|
|
|
|