We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a6705 commit e128feaCopy full SHA for e128fea
compose.yaml
@@ -42,4 +42,6 @@ services:
42
mode: host
43
environment:
44
- OPENAI_API_KEY=${OPENAI_API_KEY}
45
- - API_ROUTE_PREFIX=/api/v1
+ - API_ROUTE_PREFIX=/api/v1
46
+ healthcheck:
47
+ test: ["CMD", "curl", "-f", "http://localhost/health"]
0 commit comments