1
0

chore(deps): update huolalatech/page-spy-web docker tag to v2.4.6 (#3844)

This commit is contained in:
renovate[bot]
2026-02-04 13:36:04 +00:00
committed by GitHub
parent 00fe640f12
commit 44e6cd2ddc
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: PAGE_SPY_WEB_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 6752
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: 访问端口
labelEn: Port
label:
en: Port
zh: 访问端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,18 @@
networks:
1panel-network:
external: true
services:
page-spy-web:
image: huolalatech/page-spy-web:v2.4.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:6752
volumes:
- ${PAGE_SPY_WEB_ROOT_PATH}/log:/app/log
- ${PAGE_SPY_WEB_ROOT_PATH}/data:/app/data