File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Chapter-2-modules-separation/Src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ services:
55 environment :
66 - ASPNETCORE_ENVIRONMENT=Development
77 - ASPNETCORE_URLS=http://+:80
8- - ConnectionStrings__Passes__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
9- - ConnectionStrings__Contracts__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
10- - ConnectionStrings__Reports__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
11- - ConnectionStrings__Offers__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
8+ - Passes__ConnectionStrings__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
9+ - Contracts__ConnectionStrings__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
10+ - Reports__ConnectionStrings__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
11+ - Offers__ConnectionStrings__Primary =Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
1212 build : .
1313 ports :
1414 - " 8080:80"
You can’t perform that action at this time.
0 commit comments