update
This commit is contained in:
parent
3a8f6f770e
commit
2942b4d1b3
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue