11 lines
241 B
YAML
11 lines
241 B
YAML
|
services:
|
||
|
activeMQ:
|
||
|
image: apache/activemq-classic
|
||
|
container_name: ${CONTAINER_NAME}
|
||
|
ports:
|
||
|
- "${WEB_PORT}:8161"
|
||
|
- "${OPEN_WIRE_PROT}:61616"
|
||
|
restart: unless-stopped
|
||
|
networks:
|
||
|
1panel-network:
|
||
|
external: true
|