feat: add netdata

This commit is contained in:
Sun-ZhenXing
2025-12-20 19:58:14 +08:00
parent b98e6f652a
commit 7ccfaff855
25 changed files with 172 additions and 421 deletions

View File

@@ -36,12 +36,10 @@ services:
reservations:
cpus: ${VLLM_CPU_RESERVATION:-2.0}
memory: ${VLLM_MEMORY_RESERVATION:-4G}
# Uncomment for GPU support
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]
# runtime: nvidia # Uncomment for GPU support
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
shm_size: 4g
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8000/health"]