Skip to content

Commit

Permalink
Merge pull request #65 from synthesized-io/fix-demo
Browse files Browse the repository at this point in the history
Fix demo
  • Loading branch information
aliksbright authored Jul 2, 2024
2 parents a422b3b + 15c37b4 commit e93bfba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:

databases:
container_name: databases
image: docker/whalesay
image: synthesizedio/whalesay
command: >
cowsay
"Both databases have been started and are ready for TDK exercises!"
Expand Down
2 changes: 1 addition & 1 deletion mysql/soda/checks_for_generation_from_scratch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ checks for country:

checks for customer:
- row_count = 10000
- invalid_count(email) = 2:
- invalid_count(email) = 0:
valid format: email

checks for film:
Expand Down
2 changes: 1 addition & 1 deletion postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:

databases:
container_name: databases
image: docker/whalesay
image: synthesizedio/whalesay
command: >
cowsay
"Both databases have been started and are ready for TDK exercises!"
Expand Down
2 changes: 1 addition & 1 deletion vault/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:

databases:
container_name: databases
image: docker/whalesay
image: synthesizedio/whalesay
command: >
cowsay
"Both databases and Hashicorp Vault have
Expand Down

0 comments on commit e93bfba

Please sign in to comment.