2024-11-15 19:34:01 +08:00
|
|
|
services:
|
|
|
|
activeMQ:
|
|
|
|
image: apache/activemq-classic
|
|
|
|
container_name: ${CONTAINER_NAME}
|
|
|
|
ports:
|
2024-11-15 19:52:30 +08:00
|
|
|
- "${PANEL_APP_PORT_HTTP}:8161"
|
2024-11-15 19:34:01 +08:00
|
|
|
- "${OPEN_WIRE_PROT}:61616"
|
|
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
|
|
1panel-network:
|
|
|
|
external: true
|