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