refactor(activemq): 使用环境变量配置容器名称

This commit is contained in:
brightching 2024-11-15 16:03:01 +08:00
parent e3bf629957
commit f882f7fe7e
1 changed files with 1 additions and 1 deletions

View File

@ -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"