mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 修改 rabbitmq 服务端口参数 (#199)
This commit is contained in:
@@ -15,8 +15,16 @@ additionalProperties:
|
||||
- default: 15672
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
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
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
image: rabbitmq:3.12.1-management-alpine
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- 5672:5672
|
||||
- ${PANEL_APP_PORT_SERVICE}:5672
|
||||
- ${PANEL_APP_PORT_HTTP}:15672
|
||||
environment:
|
||||
- RABBITMQ_DEFAULT_USER=${RABBITMQ_DEFAULT_USER}
|
||||
|
||||
Reference in New Issue
Block a user