feat: 修改 rabbitmq 服务端口参数 (#199)

This commit is contained in:
zhengkunwang223
2023-07-05 18:43:41 +08:00
committed by GitHub
parent 0786b375d6
commit 70e40e4242
12 changed files with 11 additions and 369 deletions
+10 -2
View File
@@ -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
+1 -1
View File
@@ -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}