11version : ' 2'
22
33services :
4+
45 basket.api :
56 environment :
67 - ASPNETCORE_ENVIRONMENT=Development
78 - ConnectionString=basket.data
89 # - identityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
9- - 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.
10+ - identityUrl=http://identity.api :5105 # Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
1011 ports :
1112 - " 5103:5103"
1213
@@ -15,18 +16,17 @@ services:
1516 - ASPNETCORE_ENVIRONMENT=Development
1617 - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word
1718 # - ExternalCatalogBaseUrl=http://13.88.8.119:5101 #Remote: VM Needs to have public access at 5105.
18- - 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.
19+ - ExternalCatalogBaseUrl=http://localhost :5101 # Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
1920 ports :
2021 - " 5101:5101"
2122
22-
2323 identity.api :
2424 environment :
2525 - ASPNETCORE_ENVIRONMENT=Development
2626 - SpaClient=http://localhost:5104
2727 - ConnectionStrings__DefaultConnection=Server=sql.data;Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=sa;Password=Pass@word
2828 # - MvcClient=http://13.88.8.119:5100 #Remote: VM Needs to have public access at 5105.
29- - MvcClient=http://10.0.75.1:5105 # Local: You need to open your local dev-machine firewall at range 5100-5105.
29+ - MvcClient=http://localhost:5100 # Local: You need to open your local dev-machine firewall at range 5100-5105.
3030 ports :
3131 - " 5105:5105"
3232
@@ -35,18 +35,18 @@ services:
3535 - ASPNETCORE_ENVIRONMENT=Development
3636 - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
3737 # - identityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
38- - 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.
38+ - identityUrl=http://identity.api :5105 # Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
3939 ports :
4040 - " 5102:5102"
4141
42- eshoponcontainers. webspa :
42+ webspa :
4343 environment :
4444 - ASPNETCORE_ENVIRONMENT=Development
45- - CatalogUrl=http://10.0.75.1 :5101
46- - OrderingUrl=http://10.0.75.1 :5102
45+ - CatalogUrl=http://localhost :5101
46+ - OrderingUrl=http://localhost :5102
4747 # - IdentityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
48- - 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.
49- - BasketUrl=http://10.0.75.1 :5103
48+ - IdentityUrl=http://localhost :5105 # Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
49+ - BasketUrl=http://localhost :5103
5050 ports :
5151 - " 5104:5104"
5252
@@ -56,7 +56,7 @@ services:
5656 - CatalogUrl=http://catalog.api:5101
5757 - OrderingUrl=http://ordering.api:5102
5858 # - IdentityUrl=http://13.88.8.119:5105 #Remote: VM Needs to have public access at 5105.
59- - 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.
59+ - IdentityUrl=http://identity.api :5105 # Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
6060 - BasketUrl=http://basket.api:5103
6161 ports :
6262 - " 5100:5100"
0 commit comments