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 d781d4b commit dc1993dCopy full SHA for dc1993d
docs/installation/components/vllm.md
@@ -70,6 +70,10 @@ services:
70
- frontend-net
71
volumes:
72
- ~/.cache/huggingface:/root/.cache/huggingface
73
+ healthcheck:
74
+ test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
75
+ interval: 10s
76
+ start_period: 300s
77
labels:
78
caddy: ${VLLM_HOSTNAME:?Variable is not set or empty}
79
caddy.@denied.not_0: "remote_ip ${VLLM_ALLOWED_IPS:?Variable is not set or empty} private_ranges"
0 commit comments