mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update rabbitmq docker tag to v4.0.2 (#2163)
* chore(deps): update rabbitmq docker tag to v4.0.2 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
44d6c7c034
commit
18c2b12c90
+30
@@ -0,0 +1,30 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: rabbitmq
|
||||
envKey: RABBITMQ_DEFAULT_USER
|
||||
labelEn: RabbitMQ User
|
||||
labelZh: 管理员
|
||||
required: true
|
||||
type: text
|
||||
- default: rabbitmq
|
||||
envKey: RABBITMQ_DEFAULT_PASS
|
||||
labelEn: RabbitMQ User Password
|
||||
labelZh: 管理员密码
|
||||
required: true
|
||||
type: text
|
||||
- default: 15672
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Dashboard Port
|
||||
labelZh: Dashboard 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5672
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_SERVICE
|
||||
labelEn: Service Port
|
||||
labelZh: 服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Reference in New Issue
Block a user