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