Skip to content

Commit

Permalink
Added ready database to signal that initialisation is done
Browse files Browse the repository at this point in the history
  • Loading branch information
bigchem committed Mar 4, 2023
1 parent 80633cd commit 454149d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ochem-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
networks:
- ochem-demo
healthcheck:
test: "mariadb structures_demo -e 'select 1'"
test: "mariadb ready -e 'select 1'"
interval: 1s
retries: 300

Expand Down
2 changes: 1 addition & 1 deletion docker/ochem-firm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
networks:
- ochem-demo
healthcheck:
test: "mariadb structures_demo -e 'select 1'"
test: "mariadb ready -e 'select 1'"
interval: 1s
retries: 300

Expand Down

0 comments on commit 454149d

Please sign in to comment.