update
This commit is contained in:
parent
3a8f6f770e
commit
2942b4d1b3
|
|
@ -8,11 +8,18 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
# - default: ""
|
- default: ""
|
||||||
# edit: true
|
edit: true
|
||||||
# envKey: PASSWORD
|
envKey: PASSWORD
|
||||||
# labelEn: Password
|
labelEn: Password
|
||||||
# labelZh: 密码
|
labelZh: 密码
|
||||||
# random: true
|
random: true
|
||||||
# required: false
|
required: true
|
||||||
# rule: paramComplexity
|
rule: paramComplexity
|
||||||
|
- default: "./data"
|
||||||
|
edit: true
|
||||||
|
envKey: DATA_PATH
|
||||||
|
labelEn: Data Path
|
||||||
|
labelZh: 数据路径
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
|
@ -6,9 +6,11 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:80"
|
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||||
# environment:
|
environment:
|
||||||
# - PASSWORD=${PASSWORD} # optional
|
- PASSWORD=${PASSWORD}
|
||||||
|
volumes:
|
||||||
|
- ${DATA_PATH}:/app
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue