From 33adadc951288cda0f1e08ec2000cfbc0cedfe89 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 19:32:17 +0800 Subject: [PATCH] =?UTF-8?q?remove:=20=E5=88=A0=E9=99=A4ActiveMQ=E7=9A=84do?= =?UTF-8?q?cker-compose=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activemq/1.0.0/docker-compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 apps/activemq/1.0.0/docker-compose.yml diff --git a/apps/activemq/1.0.0/docker-compose.yml b/apps/activemq/1.0.0/docker-compose.yml deleted file mode 100644 index 6c4ff80..0000000 --- a/apps/activemq/1.0.0/docker-compose.yml +++ /dev/null @@ -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 \ No newline at end of file