@@ -14,8 +14,7 @@ services:
1414 - CatalogUrl=http://catalog.api:5101
1515 - OrderingUrl=http://ordering.api:5102
1616 # - IdentityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
17- - IdentityUrl=http://10.0.75.1:5105 # Local: You need to open windows firewall at range 5100-5105.
18- # - IdentityUrl=http://identity.service:5105 #Local: You need a entry in windows host file to run identity in local docker.
17+ - IdentityUrl=http://10.0.75.1:5105 # Local: You need to open your local dev-machine firewall at range 5100-5105.
1918 - BasketUrl=http://basket.api:5103
2019 ports :
2120 - " 5100:5100"
@@ -25,8 +24,7 @@ services:
2524 - CatalogUrl=http://catalog.api:5101
2625 - OrderingUrl=http://ordering.api:5102
2726 # - IdentityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
28- # - IdentityUrl=http://identity.service:5105 #Local: You need a entry in windows host file to run identity in local docker.
29- - IdentityUrl=http://10.0.75.1:5105 # Local: You need to open windows firewall at range 5100-5105.
27+ - IdentityUrl=http://10.0.75.1:5105 # Local: You need to open your local dev-machine firewall at range 5100-5105.
3028 - BasketUrl=http://basket.api:5103
3129 ports :
3230 - " 5104:5104"
@@ -35,8 +33,7 @@ services:
3533 environment :
3634 - ConnectionString=basket.data
3735 # - identityUrl=http://13.88.8.119:5105 #Remote
38- # - identityUrl=http://identity.service:5105 #Local: You need a entry in windows host file to run identity in local docker.
39- - identityUrl=http://10.0.75.1:5105 # Local: You need to open windows firewall at range 5100-5105.
36+ - identityUrl=http://10.0.75.1:5105 # Local: You need to open your local dev-machine firewall at range 5100-5105.
4037 ports :
4138 - " 5103:5103"
4239
@@ -50,8 +47,7 @@ services:
5047 environment :
5148 - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
5249 # - identityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
53- # - identityUrl=http://identity.service:5105 #Local: You need a entry in windows host file to run identity in local docker.
54- - identityUrl=http://10.0.75.1:5105 # Local: You need to open windows firewall at range 5100-5105.
50+ - identityUrl=http://10.0.75.1:5105 # Local: You need to open your local dev-machine firewall at range 5100-5105.
5551 ports :
5652 - " 5102:5102"
5753
@@ -60,8 +56,7 @@ services:
6056 - SpaClient=http://localhost:5104
6157 - ConnectionStrings__DefaultConnection=Server=sql.data;Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=sa;Password=Pass@word
6258 # - MvcClient=http://13.88.8.119:5100 #Remote: VM Needs to have public access at 5105.
63- # - MvcClient=http://localhost:5100 #Local: You need a entry in windows host file to run identity in local docker.
64- - MvcClient=http://10.0.75.1:5100 # Local: You need to open windows firewall at range 5100-5105.
59+ - MvcClient=http://10.0.75.1:5100 # Local: You need to open your local dev-machine firewall at range 5100-5105.
6560 ports :
6661 - " 5105:5105"
6762
0 commit comments