Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-10-09 15:55:40 +00:00
parent 5409b161e9
commit a083772d8f
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.8
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