Commit 9c7ce71
fix: use cockroach sql for healthcheck instead of curl
The CockroachDB Docker image does not include curl. Use
'cockroach sql --execute=SELECT 1' for the healthcheck instead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fed39a7 commit 9c7ce71
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
0 commit comments