1
0

feat: Alpine 多阶段 Docker 镜像,支持 amd64/arm64 musl 构建

This commit is contained in:
2026-05-21 19:20:47 +08:00
parent 6ca8b36542
commit 6e53c8130d
6 changed files with 306 additions and 1 deletions

17
docker/probes.yaml Normal file
View File

@@ -0,0 +1,17 @@
# yaml-language-server: $schema=../probe-config.schema.json
server:
listen:
host: "${DIAL_HOST|0.0.0.0}"
port: "${DIAL_PORT|3000}"
storage:
dataDir: "${DIAL_DATA_DIR|/data/dial}"
targets:
- id: "self-health"
name: "DiAL 自检"
type: http
http:
url: "http://127.0.0.1:${DIAL_PORT|3000}/health"
expect:
status: [200]