remove: 删除ActiveMQ的docker-compose配置文件

This commit is contained in:
brightching 2024-11-15 19:32:17 +08:00
parent 08f5ee610d
commit 33adadc951
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
services:
activeMQ:
image: apache/activemq-classic
container_name: ${CONTAINER_NAME}
ports:
- "${WEB_PORT}:8161"
- "${OPEN_WIRE_PROT}:61616"
volumes:
- ./conf:/opt/apache-activemq/conf
- ./data:/opt/apache-activemq/data
environment:
ACTIVEMQ_BROKER_NAME: ms-broker-a
restart: unless-stopped
networks:
1panel-network:
external: true