chore(deps): update huolalatech/page-spy-web docker tag to v2.4.6 (#3844)
This commit is contained in:
23
apps/page-spy-web/2.4.6/data.yml
Normal file
23
apps/page-spy-web/2.4.6/data.yml
Normal 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
|
||||
18
apps/page-spy-web/2.4.6/docker-compose.yml
Normal file
18
apps/page-spy-web/2.4.6/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user