mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
refactor: 修改 KubePi 镜像名称和cloudreve 持久化目录
This commit is contained in:
parent
cac33de24d
commit
55c307dd59
@ -8,17 +8,3 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data/uploads
|
||||
edit: true
|
||||
envKey: UPLOAD_PATH
|
||||
labelEn: The upload file save path
|
||||
labelZh: 上传文件保存路径
|
||||
required: true
|
||||
type: text
|
||||
- default: ./data/data
|
||||
edit: true
|
||||
envKey: TMP_PATH
|
||||
labelEn: Temp folder path
|
||||
labelZh: 临时文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
|
@ -8,8 +8,8 @@ services:
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5212"
|
||||
volumes:
|
||||
- "${UPLOAD_PATH}:/cloudreve/uploads"
|
||||
- "${TMP_PATH}:/data"
|
||||
- "./data/uploads:/cloudreve/uploads"
|
||||
- "./data/data:/data"
|
||||
- "./data/conf.ini:/cloudreve/conf.ini"
|
||||
- "./data/cloudreve.db:/cloudreve/cloudreve.db"
|
||||
- "./data/avatar:/cloudreve/avatar"
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
kubepi:
|
||||
image: kubeoperator/kubepi-server:v1.6.5
|
||||
image: 1panel/kubepi:v1.6.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user