Commit aec7cf1
authored
Add healthcheck to api service
docker compose up was failing to start the api service. Added a healthcheck to the service to allow it to start properly.
```bash
❯ docker compose up
genai-stack-pull-model-1 exited with code 0
dependency failed to start: container genai-stack-api-1 has no healthcheck configured
```1 parent 5883958 commit aec7cf1
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
| |||
0 commit comments