2024-11-15 15:55:22 +08:00
|
|
|
version: '3.8' # 你可以根据需要使用不同的版本
|
|
|
|
services:
|
|
|
|
activeMQ:
|
|
|
|
image: apache/activemq-classic
|
|
|
|
container_name: activeMQ
|
|
|
|
ports:
|
2024-11-15 15:59:31 +08:00
|
|
|
- "${PANEL_APP_PORT_HTTP}:61616"
|
|
|
|
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
|
|
|
restart: unless-stopped
|