mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 06:17:13 +08:00
20 lines
437 B
YAML
20 lines
437 B
YAML
services:
|
|
dashboard:
|
|
image: ghcr.io/nezhahq/nezha:v1.14.14
|
|
restart: unless-stopped
|
|
networks:
|
|
- acepanel-network
|
|
ports:
|
|
- ${NEZHA_PORT_HTTP}:8008
|
|
volumes:
|
|
- ./data:/dashboard/data
|
|
healthcheck:
|
|
test: ["CMD-SHELL", "curl -fsSL http://localhost:8008 || exit 1"]
|
|
interval: 30s
|
|
timeout: 10s
|
|
retries: 3
|
|
start_period: 30s
|
|
networks:
|
|
acepanel-network:
|
|
external: true
|