2024-11-15 15:55:22 +08:00
|
|
|
services:
|
|
|
|
activeMQ:
|
|
|
|
image: apache/activemq-classic
|
2024-11-15 16:03:01 +08:00
|
|
|
container_name: ${CONTAINER_NAME}
|
2024-11-15 15:55:22 +08:00
|
|
|
ports:
|
2024-11-15 19:02:12 +08:00
|
|
|
- "${WEB_PORT}:8161"
|
|
|
|
- "${OPEN_WIRE_PROT}:61616"
|
|
|
|
volumes:
|
2024-11-15 19:20:09 +08:00
|
|
|
- ./conf:/opt/apache-activemq/conf
|
|
|
|
- ./data:/opt/apache-activemq/data
|
2024-11-15 19:02:12 +08:00
|
|
|
environment:
|
|
|
|
ACTIVEMQ_BROKER_NAME: ms-broker-a
|
2024-11-15 16:13:04 +08:00
|
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
|
|
1panel-network:
|
|
|
|
external: true
|