File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11services :
22 seeder :
33 restart : always
4- image : " docker.eventstore.com/education/loan-application:0.1 .0"
4+ image : " docker.eventstore.com/education/loan-application:0.2 .0"
55 environment :
66 - " DB_URL=${DB_URL?Error: DB_URL must be specified!}"
77 command : ./shadowtraffic.sh
88 creditcheck :
99 restart : always
10- image : " docker.eventstore.com/education/loan-application:0.1 .0"
10+ image : " docker.eventstore.com/education/loan-application:0.2 .0"
1111 environment :
1212 - " ESDB_URL=${DB_URL?Error: DB_URL must be specified!}"
1313 command : python3 CreditCheck.py
1414 decider :
1515 restart : always
16- image : " docker.eventstore.com/education/loan-application:0.1 .0"
16+ image : " docker.eventstore.com/education/loan-application:0.2 .0"
1717 environment :
1818 - " ESDB_URL=${DB_URL?Error: DB_URL must be specified!}"
1919 command : python3 LoanDecider.py
2020 underwriter :
2121 restart : always
22- image : " docker.eventstore.com/education/loan-application:0.1 .0"
22+ image : " docker.eventstore.com/education/loan-application:0.2 .0"
2323 environment :
2424 - " ESDB_URL=${DB_URL?Error: DB_URL must be specified!}"
2525 command : python3 Underwriting.py
You can’t perform that action at this time.
0 commit comments