mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 12:36:57 +08:00
parent
fb3e704d96
commit
865782309d
@ -3,7 +3,7 @@ additionalProperties:
|
|||||||
- default: 18083
|
- default: 18083
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Dashboard Port
|
||||||
labelZh: Dashboard 控制台端口
|
labelZh: Dashboard 控制台端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
@ -11,7 +11,7 @@ additionalProperties:
|
|||||||
- default: 1883
|
- default: 1883
|
||||||
edit: true
|
edit: true
|
||||||
envKey: EMQX_PORT_1883
|
envKey: EMQX_PORT_1883
|
||||||
labelEn: Port
|
labelEn: MQTT Port
|
||||||
labelZh: MQTT 协议端口
|
labelZh: MQTT 协议端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
@ -19,16 +19,24 @@ additionalProperties:
|
|||||||
- default: 8083
|
- default: 8083
|
||||||
edit: true
|
edit: true
|
||||||
envKey: EMQX_PORT_8083
|
envKey: EMQX_PORT_8083
|
||||||
labelEn: Port
|
labelEn: WebSocket Port
|
||||||
labelZh: WebSocket 端口
|
labelZh: WebSocket 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 8081
|
- default: 8084
|
||||||
edit: true
|
edit: true
|
||||||
envKey: EMQX_PORT_8081
|
envKey: EMQX_PORT_8084
|
||||||
labelEn: Port
|
labelEn: WebSocket SSL Port
|
||||||
labelZh: HTTP API 端口
|
labelZh: WebSocket SSL 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
- default: 8883
|
||||||
|
edit: true
|
||||||
|
envKey: EMQX_PORT_8883
|
||||||
|
labelEn: MQTT SSL Port
|
||||||
|
labelZh: MQTT SSL 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
@ -11,7 +11,8 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:18083
|
- ${PANEL_APP_PORT_HTTP}:18083
|
||||||
- ${EMQX_PORT_1883}:1883
|
- ${EMQX_PORT_1883}:1883
|
||||||
- ${EMQX_PORT_8083}:8083
|
- ${EMQX_PORT_8083}:8083
|
||||||
- ${EMQX_PORT_8081}:8081
|
- ${EMQX_PORT_8084}:8084
|
||||||
|
- ${EMQX_PORT_8883}:8883
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/opt/emqx/data
|
- ./data:/opt/emqx/data
|
||||||
- ./log:/opt/emqx/log
|
- ./log:/opt/emqx/log
|
||||||
|
Loading…
Reference in New Issue
Block a user