1
0

chore(deps): update helloz/onenav docker tag to v1.2.2 (#1554)

This commit is contained in:
renovate[bot]
2025-09-05 14:30:18 +00:00
committed by GitHub
parent 29ef730480
commit 377a68642b
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CONTAINER_NAME="onenav"
PANEL_APP_PORT_HTTP="40030"
DATA_PATH="./data"

View File

@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 40030
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text

View File

@@ -0,0 +1,17 @@
services:
onenav:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "${DATA_PATH}:/data/wwwroot/default/data"
image: helloz/onenav:1.2.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true