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 943959b commit 060432cCopy full SHA for 060432c
compose.yaml
@@ -59,6 +59,8 @@ services:
59
mode: host
60
environment:
61
- OPENAI_API_KEY=${OPENAI_API_KEY}
62
+ healthcheck:
63
+ test: ["CMD", "curl", "-f", "http://localhost/health"]
64
65
discord-bot:
66
restart: unless-stopped
0 commit comments