1
0
Fork 0
This commit is contained in:
sephiroth 2025-06-10 19:21:33 +08:00 committed by GitHub
parent 3a8f6f770e
commit 2942b4d1b3
2 changed files with 20 additions and 11 deletions

View File

@ -8,11 +8,18 @@ additionalProperties:
required: true
rule: paramPort
type: number
# - default: ""
# edit: true
# envKey: PASSWORD
# labelEn: Password
# labelZh: 密码
# random: true
# required: false
# rule: paramComplexity
- default: ""
edit: true
envKey: PASSWORD
labelEn: Password
labelZh: 密码
random: true
required: true
rule: paramComplexity
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -6,9 +6,11 @@ services:
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
# environment:
# - PASSWORD=${PASSWORD} # optional
- "${PANEL_APP_PORT_HTTP}:8080"
environment:
- PASSWORD=${PASSWORD}
volumes:
- ${DATA_PATH}:/app
labels:
createdBy: "Apps"