去除健康检查

This commit is contained in:
2026-01-04 07:11:29 +00:00
parent a946ff1a14
commit 90c163c089

View File

@@ -21,12 +21,6 @@ services:
# 持久化数据库
- ./data:/app/data
- ./backend/instance:/app/backend/instance
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
volumes:
data: