fix(activemq): 更新默认端口配置并同步docker-compose

This commit is contained in:
brightching 2024-11-15 15:59:31 +08:00
parent e9a95a40c7
commit 03a97288df
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ additionalProperties:
value: "true"
- label: 关闭
value: "false"
- default: 8848
- default: 61616
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Nacos run port
@ -20,7 +20,7 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: 9848
- default: 8161
edit: true
envKey: PANEL_APP_PORT_COMMUNICATION
labelEn: Nacos communication port

View File

@ -4,6 +4,6 @@ services:
image: apache/activemq-classic
container_name: activeMQ
ports:
- "61616:61616"
- "8161:8161"
- "${PANEL_APP_PORT_HTTP}:61616"
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
restart: unless-stopped