1
0

chore(deps): update zhaojun1998/zfile docker tag to v4.5.0 (#2712)

This commit is contained in:
renovate[bot]
2025-11-29 09:06:56 +00:00
committed by GitHub
parent d61220cf75
commit 5cdaa89fb9
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
CONTAINER_NAME="zfile"
PANEL_APP_PORT_HTTP="40072"
DATA_PATH="./data/data"
MOUNT_PATH="./data/mnt"

33
apps/zfile/4.5.0/data.yml Normal file
View File

@@ -0,0 +1,33 @@
additionalProperties:
formFields:
- default: 40072
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
label:
en: Data folder path
zh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
label:
en: Mount folder path
zh: 挂载文件夹路径
required: true
type: text

View File

@@ -0,0 +1,19 @@
services:
zfile:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}/db:/root/.zfile-v4/db"
- "${DATA_PATH}/logs:/root/.zfile-v4/logs"
- "${MOUNT_PATH}:/data/file"
image: zhaojun1998/zfile:4.5.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true