From ff66ff98b65a546d2a49bedc9f48f475afb175c3 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 19:52:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(activeMQ):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?PANEL=5FAPP=5FPORT=5FHTTP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activeMQ/1.0.0/data.yml | 18 ------------------ apps/activeMQ/1.0.0/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 apps/activeMQ/1.0.0/data.yml diff --git a/apps/activeMQ/1.0.0/data.yml b/apps/activeMQ/1.0.0/data.yml deleted file mode 100644 index 5ecc998..0000000 --- a/apps/activeMQ/1.0.0/data.yml +++ /dev/null @@ -1,18 +0,0 @@ -additionalProperties: - formFields: - - default: 8161 - edit: true - envKey: WEB_PORT - labelEn: activeMQ Web Port - labelZh: activeMQ Web 通讯端口 - required: true - rule: paramPort - type: number - - default: 61616 - edit: true - envKey: OPEN_WIRE_PROT - labelEn: activeMQ OpenWire port - labelZh: activeMQ OpenWire运行端口 - required: true - rule: paramPort - type: number \ No newline at end of file diff --git a/apps/activeMQ/1.0.0/docker-compose.yml b/apps/activeMQ/1.0.0/docker-compose.yml index de2f857..b461272 100644 --- a/apps/activeMQ/1.0.0/docker-compose.yml +++ b/apps/activeMQ/1.0.0/docker-compose.yml @@ -3,7 +3,7 @@ services: image: apache/activemq-classic container_name: ${CONTAINER_NAME} ports: - - "${WEB_PORT}:8161" + - "${PANEL_APP_PORT_HTTP}:8161" - "${OPEN_WIRE_PROT}:61616" restart: unless-stopped networks: