Skip to content

Commit fb9bbf5

Browse files
Merge pull request #62 from kurrent-io/tyoung
Updating image number
2 parents 700ff66 + 9f67ac5 commit fb9bbf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
services:
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

0 commit comments

Comments
 (0)