File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,24 +10,29 @@ services:
1010 - CatalogUrl=http://catalog.api
1111 - OrderingUrl=http://ordering.api
1212 ports :
13- - " 5000 :80"
13+ - " 5100 :80"
1414 depends_on :
1515 - catalog.api
1616 - identity.data
1717
1818 catalog.api :
1919 image : eshop/catalog.api
2020 environment :
21- - ConnectionString=Server=catalogdata;Port=5432;Database=CatalogDB;username=postgres;password=postgres
21+ - ConnectionString=Server=catalog.data;Initial Catalog=CatalogData;User Id=sa;Password=Pass@word
2222 expose :
2323 - " 80"
2424 ports :
25- - " 5001 :80"
25+ - " 5101 :80"
2626 depends_on :
27- - catalogdata
27+ - catalog.data
2828
29- catalogdata :
30- image : glennc/eshopdata
29+ catalog.data :
30+ image : eshop/mssql-server-private-preview
31+ environment :
32+ - SA_PASSWORD=Pass@word
33+ - ACCEPT_EULA=Y
34+ ports :
35+ - " 5434:1433"
3136
3237 ordering.api :
3338 image : eshop/ordering.api
You can’t perform that action at this time.
0 commit comments