1
0

chore(deps): update whyour/qinglong docker tag to v2.20.2 (localApps) (#4298)

This commit is contained in:
renovate[bot]
2026-03-02 04:19:13 +00:00
committed by GitHub
parent d10ea284af
commit 30744e7b7e
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: QINGLONG_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 5700
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI Port
label:
en: WebUI Port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: "/"
edit: true
envKey: QINGLONG_BASE_URL
labelZh: 部署路径
labelEn: Deployment path
label:
en: Deployment path
zh: 部署路径
required: false
type: text

View File

@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
qinglong:
image: whyour/qinglong:2.20.2-debian
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP:-5700}:5700
volumes:
- ${QINGLONG_ROOT_PATH}/data:/ql/data
environment:
- QlPort=5700
- QlBaseUrl=${QINGLONG_BASE_URL:-/}