From b562863f620abd8604a238db470118e5015774c2 Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 26 Oct 2023 19:05:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E9=95=BF=E4=BA=AD?= =?UTF-8?q?=E9=9B=B7=E6=B1=A03.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/safeline/{3.8.2 => 3.9.0}/.env.sample | 0 apps/safeline/{3.8.2 => 3.9.0}/data.yml | 0 apps/safeline/{3.8.2 => 3.9.0}/docker-compose.yml | 8 ++++---- apps/safeline/{newnet-3.8.2 => newnet-3.9.0}/.env.sample | 0 apps/safeline/{newnet-3.8.2 => newnet-3.9.0}/data.yml | 0 .../{newnet-3.8.2 => newnet-3.9.0}/docker-compose.yml | 8 ++++---- 6 files changed, 8 insertions(+), 8 deletions(-) rename apps/safeline/{3.8.2 => 3.9.0}/.env.sample (100%) rename apps/safeline/{3.8.2 => 3.9.0}/data.yml (100%) rename apps/safeline/{3.8.2 => 3.9.0}/docker-compose.yml (95%) rename apps/safeline/{newnet-3.8.2 => newnet-3.9.0}/.env.sample (100%) rename apps/safeline/{newnet-3.8.2 => newnet-3.9.0}/data.yml (100%) rename apps/safeline/{newnet-3.8.2 => newnet-3.9.0}/docker-compose.yml (95%) diff --git a/apps/safeline/3.8.2/.env.sample b/apps/safeline/3.9.0/.env.sample similarity index 100% rename from apps/safeline/3.8.2/.env.sample rename to apps/safeline/3.9.0/.env.sample diff --git a/apps/safeline/3.8.2/data.yml b/apps/safeline/3.9.0/data.yml similarity index 100% rename from apps/safeline/3.8.2/data.yml rename to apps/safeline/3.9.0/data.yml diff --git a/apps/safeline/3.8.2/docker-compose.yml b/apps/safeline/3.9.0/docker-compose.yml similarity index 95% rename from apps/safeline/3.8.2/docker-compose.yml rename to apps/safeline/3.9.0/docker-compose.yml index a9e9cea9..737a9ec6 100644 --- a/apps/safeline/3.8.2/docker-compose.yml +++ b/apps/safeline/3.9.0/docker-compose.yml @@ -25,7 +25,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.234 - image: chaitin/safeline-mgt-api:3.8.2 + image: chaitin/safeline-mgt-api:3.9.0 volumes: - ${SAFELINE_DIR}/resources/management:/resources/management - ${SAFELINE_DIR}/resources/nginx:/resources/nginx @@ -59,7 +59,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.235 - image: chaitin/safeline-detector:3.8.2 + image: chaitin/safeline-detector:3.9.0 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -79,7 +79,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.236 - image: chaitin/safeline-mario:3.8.2 + image: chaitin/safeline-mario:3.9.0 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -97,7 +97,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:3.8.2 + image: chaitin/safeline-tengine:3.9.0 volumes: - ${SAFELINE_DIR}/resources/nginx:/etc/nginx - ${SAFELINE_DIR}/resources/management:/resources/management diff --git a/apps/safeline/newnet-3.8.2/.env.sample b/apps/safeline/newnet-3.9.0/.env.sample similarity index 100% rename from apps/safeline/newnet-3.8.2/.env.sample rename to apps/safeline/newnet-3.9.0/.env.sample diff --git a/apps/safeline/newnet-3.8.2/data.yml b/apps/safeline/newnet-3.9.0/data.yml similarity index 100% rename from apps/safeline/newnet-3.8.2/data.yml rename to apps/safeline/newnet-3.9.0/data.yml diff --git a/apps/safeline/newnet-3.8.2/docker-compose.yml b/apps/safeline/newnet-3.9.0/docker-compose.yml similarity index 95% rename from apps/safeline/newnet-3.8.2/docker-compose.yml rename to apps/safeline/newnet-3.9.0/docker-compose.yml index 65c8fe65..b1c51a91 100644 --- a/apps/safeline/newnet-3.8.2/docker-compose.yml +++ b/apps/safeline/newnet-3.9.0/docker-compose.yml @@ -27,7 +27,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.4 - image: chaitin/safeline-mgt-api:3.8.2 + image: chaitin/safeline-mgt-api:3.9.0 volumes: - ${SAFELINE_DIR}/resources/management:/resources/management - ${SAFELINE_DIR}/resources/nginx:/resources/nginx @@ -62,7 +62,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.5 - image: chaitin/safeline-detector:3.8.2 + image: chaitin/safeline-detector:3.9.0 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -81,7 +81,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.6 - image: chaitin/safeline-mario:3.8.2 + image: chaitin/safeline-mario:3.9.0 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -99,7 +99,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:3.8.2 + image: chaitin/safeline-tengine:3.9.0 volumes: - ${SAFELINE_DIR}/resources/nginx:/etc/nginx - ${SAFELINE_DIR}/resources/management:/resources/management