@@ -9,21 +9,22 @@ version: '2'
99
1010services :
1111
12- # webmvc:
13- # environment:
14- # - CatalogUrl=http://catalog.api
15- # - OrderingUrl=http://ordering.api:5102
16- # - IdentityUrl=http://104.40.62.65:5105 #Remote: VM Needs to have public access at 5105.
17- # - IdentityUrl=http://identity.service:5105 #Local: You need a entry in windows host file to run identity in local docker.
18- # - BasketUrl=http://basket.api:5103
19- # ports:
20- # - "5100:5100"
12+ webmvc :
13+ environment :
14+ - CatalogUrl=http://catalog.api
15+ - OrderingUrl=http://ordering.api:5102
16+ # - 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.
19+ - BasketUrl=http://basket.api:5103
20+ ports :
21+ - " 5100:5100"
2122
2223 webspa :
2324 environment :
2425 - CatalogUrl=http://catalog.api
2526 - OrderingUrl=http://ordering.api
26- # - IdentityUrl=http://104.40.62.65 :5105 #Remote: VM Needs to have public access at 5105.
27+ # - IdentityUrl=http://13.88.8.119 :5105 #Remote: VM Needs to have public access at 5105.
2728 - IdentityUrl=http://identity.service:5105 # Local: You need a entry in windows host file to run identity in local docker.
2829 - BasketUrl=http://basket.api:5103
2930 ports :
@@ -32,30 +33,30 @@ services:
3233 basket.api :
3334 environment :
3435 - ConnectionString=basket.data
35- # - identityUrl=http://104.40.62.65 :5105 #Remote: VM Needs to have public access at 5105.
36+ # - identityUrl=http://13.88.8.119 :5105 #Remote
3637 - identityUrl=http://identity.service:5105 # Local: You need a entry in windows host file to run identity in local docker.
3738 ports :
3839 - " 5103:5103"
3940
4041 catalog.api :
4142 environment :
42- - ConnectionString=Server=sql.data;Database=CatalogDB ;User Id=sa;Password=Pass@word
43+ - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb ;User Id=sa;Password=Pass@word
4344 ports :
4445 - " 5101:80"
4546
46- # ordering.api:
47- # environment:
48- # - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
49- # - identityUrl=http://identity.service:5105 #local
50- # - identityUrl=http://104.40.62.65 :5105 #remote
51- # ports:
52- # - "5102:5102"
47+ ordering.api :
48+ environment :
49+ - ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word
50+ - identityUrl=http://identity.service:5105 # local
51+ # - identityUrl=http://13.88.8.119 :5105 #remote
52+ ports :
53+ - " 5102:5102"
5354
5455 identity.service :
5556 environment :
5657 - SpaClient=http://localhost:5104
57- - ConnectionStrings__DefaultConnection=Server=sql.data;Database=aspnet- Microsoft.eShopOnContainers;User Id=sa;Password=Pass@word
58- # - MvcClient=http://104.40.62.65 :5100 #Remote: VM Needs to have public access at 5105.
58+ - ConnectionStrings__DefaultConnection=Server=sql.data;Database=Microsoft.eShopOnContainers.Service.IdentityDb ;User Id=sa;Password=Pass@word
59+ # - MvcClient=http://13.88.8.119 :5100 #Remote: VM Needs to have public access at 5105.
5960 - MvcClient=http://localhost:5100 # Local: You need a entry in windows host file to run identity in local docker.
6061 # 10.0.75.1:5105 CCE/TODO: try to avoid host entry.
6162 ports :
0 commit comments