refactor(activeMQ): 修改端口配置以使用PANEL_APP_PORT_HTTP
This commit is contained in:
parent
876b0dae3c
commit
ff66ff98b6
|
@ -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
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
image: apache/activemq-classic
|
image: apache/activemq-classic
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:8161"
|
- "${PANEL_APP_PORT_HTTP}:8161"
|
||||||
- "${OPEN_WIRE_PROT}:61616"
|
- "${OPEN_WIRE_PROT}:61616"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue