Files
appstore-1panel/dockge/nezha/docker-compose.yml
T
QYG2297248353 8d8a654239
Renovate / renovate (push) Has been cancelled
Push custom to released / push-branch (push) Has been cancelled
Process Apps and Commit Changes / process (push) Has been cancelled
Processed apps directory via GitHub Actions
2025-08-08 21:20:24 +00:00

20 lines
437 B
YAML

networks:
1panel-network:
external: true
services:
nezha:
container_name: nezha
environment:
- NZ_LISTEN_PORT=${PANEL_APP_PORT_HTTP}
- NZ_LOCATION=Asia/Shanghai
image: ghcr.io/nezhahq/nezha:v1.13.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
restart: always
volumes:
- ${NEZHA_ROOT_PATH}/data:/dashboard/data