From 5e0dbc83bf475df7293d881fb9216e58ca286ffa Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 4 Mar 2024 10:59:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20drawio=20=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drawio/24.0.0/22.1.22/data.yml | 18 ------------------ drawio/24.0.0/22.1.22/docker-compose.yml | 16 ---------------- 2 files changed, 34 deletions(-) delete mode 100644 drawio/24.0.0/22.1.22/data.yml delete mode 100644 drawio/24.0.0/22.1.22/docker-compose.yml diff --git a/drawio/24.0.0/22.1.22/data.yml b/drawio/24.0.0/22.1.22/data.yml deleted file mode 100644 index 574c2eb4c..000000000 --- a/drawio/24.0.0/22.1.22/data.yml +++ /dev/null @@ -1,18 +0,0 @@ -additionalProperties: - formFields: - - default: 8080 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: HTTP Port - labelZh: HTTP 端口 - required: true - rule: paramPort - type: number - - default: 6443 - edit: true - envKey: PANEL_APP_PORT_HTTPS - labelEn: HTTPS Port - labelZh: HTTPS 端口 - required: true - rule: paramPort - type: number diff --git a/drawio/24.0.0/22.1.22/docker-compose.yml b/drawio/24.0.0/22.1.22/docker-compose.yml deleted file mode 100644 index c69061b76..000000000 --- a/drawio/24.0.0/22.1.22/docker-compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: '3' -services: - drawio: - image: jgraph/drawio:24.0.0 - container_name: ${CONTAINER_NAME} - restart: unless-stopped - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:8080 - - ${PANEL_APP_PORT_HTTPS}:8443 - labels: - createdBy: "Apps" -networks: - 1panel-network: - external: true