Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-01-10 13:22:59 +00:00
parent a3d413efa2
commit d176cb6a0c
8 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
nezha:
image: ghcr.io/nezhahq/nezha:v1.14.14
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
volumes:
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
environment:
- NZ_LISTEN_PORT=${PANEL_APP_PORT_HTTP}
- NZ_LOCATION=Asia/Shanghai