refactor(activemq): 使用环境变量配置容器名称
This commit is contained in:
parent
e3bf629957
commit
f882f7fe7e
|
@ -2,7 +2,7 @@ version: '3.8' # 你可以根据需要使用不同的版本
|
||||||
services:
|
services:
|
||||||
activeMQ:
|
activeMQ:
|
||||||
image: apache/activemq-classic
|
image: apache/activemq-classic
|
||||||
container_name: activeMQ
|
container_name: ${CONTAINER_NAME}
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:61616"
|
- "${PANEL_APP_PORT_HTTP}:61616"
|
||||||
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
||||||
|
|
Loading…
Reference in New Issue