refactor(activeMQ): 移除冗余配置和卷映射
This commit is contained in:
parent
d0396d9348
commit
5a73f586ac
|
@ -5,12 +5,6 @@ services:
|
|||
ports:
|
||||
- "${WEB_PORT}:8161"
|
||||
- "${OPEN_WIRE_PROT}:61616"
|
||||
volumes:
|
||||
- ./conf/activemq.xml:/opt/apache-activemq/conf/activemq.xml
|
||||
- ./conf/jetty.xml:/opt/apache-activemq/conf/jetty.xml
|
||||
- ./data/kahadb:/opt/apache-activemq/data/kahadb
|
||||
environment:
|
||||
ACTIVEMQ_BROKER_NAME: ms-broker-a
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
1panel-network:
|
||||
|
|
Loading…
Reference in New Issue