1
0

feat:修改Blossom #678

This commit is contained in:
okxlin
2024-03-15 01:35:13 +08:00
parent 316919b3af
commit b2d35e7212
9 changed files with 114 additions and 70 deletions

View File

@@ -0,0 +1,9 @@
CONTAINER_NAME="blossom"
PANEL_APP_PORT_HTTP="40204"
PANEL_DB_HOST="mysql"
PANEL_DB_HOST_NAME="mysql"
PANEL_DB_NAME="blossom_awi6m4"
PANEL_DB_PORT="3306"
PANEL_DB_TYPE="mysql"
PANEL_DB_USER="blossom_6D65BN"
PANEL_DB_USER_PASSWORD="blossom_6DWZjz"

View File

@@ -1,5 +1,5 @@
additionalProperties:
formFields:
formFields:
- child:
default: ""
envKey: PANEL_DB_HOST
@@ -15,34 +15,34 @@ additionalProperties:
- label: MySQL
value: mysql
- default: blossom
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
- default: blossom
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 9999
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number #端口使用此 type
- default: 40204
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -24,4 +24,6 @@ services:
timeout: 10s
retries: 3
start_period: 5s
restart: always
restart: always
labels:
createdBy: "Apps"