From 6be6de7a82ea21ae25f3b843641f48ad3fa3e139 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Thu, 24 Oct 2024 11:25:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=20it-tools=20?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/it-tools/2024.5.13-a0bc346/data.yml | 10 ---------- apps/it-tools/2024.5.13-a0bc346/docker-compose.yml | 14 -------------- 2 files changed, 24 deletions(-) delete mode 100644 apps/it-tools/2024.5.13-a0bc346/data.yml delete mode 100644 apps/it-tools/2024.5.13-a0bc346/docker-compose.yml diff --git a/apps/it-tools/2024.5.13-a0bc346/data.yml b/apps/it-tools/2024.5.13-a0bc346/data.yml deleted file mode 100644 index 3d4bb50e..00000000 --- a/apps/it-tools/2024.5.13-a0bc346/data.yml +++ /dev/null @@ -1,10 +0,0 @@ -additionalProperties: - formFields: - - default: 40116 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number diff --git a/apps/it-tools/2024.5.13-a0bc346/docker-compose.yml b/apps/it-tools/2024.5.13-a0bc346/docker-compose.yml deleted file mode 100644 index 77934cc4..00000000 --- a/apps/it-tools/2024.5.13-a0bc346/docker-compose.yml +++ /dev/null @@ -1,14 +0,0 @@ -services: - it-tools: - image: corentinth/it-tools:2024.5.13-a0bc346 - container_name: ${CONTAINER_NAME} - restart: always - networks: - - 1panel-network - ports: - - ${PANEL_APP_PORT_HTTP}:80 - labels: - createdBy: "Apps" -networks: - 1panel-network: - external: true