fix(activemq): 更新默认端口配置并同步docker-compose
This commit is contained in:
parent
e9a95a40c7
commit
03a97288df
|
@ -12,7 +12,7 @@ additionalProperties:
|
||||||
value: "true"
|
value: "true"
|
||||||
- label: 关闭
|
- label: 关闭
|
||||||
value: "false"
|
value: "false"
|
||||||
- default: 8848
|
- default: 61616
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Nacos run port
|
labelEn: Nacos run port
|
||||||
|
@ -20,7 +20,7 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 9848
|
- default: 8161
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_COMMUNICATION
|
envKey: PANEL_APP_PORT_COMMUNICATION
|
||||||
labelEn: Nacos communication port
|
labelEn: Nacos communication port
|
||||||
|
|
|
@ -4,6 +4,6 @@ services:
|
||||||
image: apache/activemq-classic
|
image: apache/activemq-classic
|
||||||
container_name: activeMQ
|
container_name: activeMQ
|
||||||
ports:
|
ports:
|
||||||
- "61616:61616"
|
- "${PANEL_APP_PORT_HTTP}:61616"
|
||||||
- "8161:8161"
|
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Reference in New Issue