refactor(activeMQ): 修改端口配置以使用PANEL_APP_PORT_HTTP

This commit is contained in:
brightching 2024-11-15 19:52:30 +08:00
parent 876b0dae3c
commit ff66ff98b6
2 changed files with 1 additions and 19 deletions

View File

@ -1,18 +0,0 @@
additionalProperties:
formFields:
- default: 8161
edit: true
envKey: WEB_PORT
labelEn: activeMQ Web Port
labelZh: activeMQ Web 通讯端口
required: true
rule: paramPort
type: number
- default: 61616
edit: true
envKey: OPEN_WIRE_PROT
labelEn: activeMQ OpenWire port
labelZh: activeMQ OpenWire运行端口
required: true
rule: paramPort
type: number

View File

@ -3,7 +3,7 @@ services:
image: apache/activemq-classic
container_name: ${CONTAINER_NAME}
ports:
- "${WEB_PORT}:8161"
- "${PANEL_APP_PORT_HTTP}:8161"
- "${OPEN_WIRE_PROT}:61616"
restart: unless-stopped
networks: