From bbca58a6e9e4cbd2d67c294b930be4cb22ef3454 Mon Sep 17 00:00:00 2001 From: okxlin Date: Fri, 13 Oct 2023 18:28:52 +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.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/safeline/{3.7.1 => 3.7.2}/.env.sample | 0 apps/safeline/{3.7.1 => 3.7.2}/data.yml | 0 apps/safeline/{3.7.1 => 3.7.2}/docker-compose.yml | 8 ++++---- apps/safeline/{newnet-3.7.1 => newnet-3.7.2}/.env.sample | 0 apps/safeline/{newnet-3.7.1 => newnet-3.7.2}/data.yml | 0 .../{newnet-3.7.1 => newnet-3.7.2}/docker-compose.yml | 8 ++++---- 6 files changed, 8 insertions(+), 8 deletions(-) rename apps/safeline/{3.7.1 => 3.7.2}/.env.sample (100%) rename apps/safeline/{3.7.1 => 3.7.2}/data.yml (100%) rename apps/safeline/{3.7.1 => 3.7.2}/docker-compose.yml (94%) rename apps/safeline/{newnet-3.7.1 => newnet-3.7.2}/.env.sample (100%) rename apps/safeline/{newnet-3.7.1 => newnet-3.7.2}/data.yml (100%) rename apps/safeline/{newnet-3.7.1 => newnet-3.7.2}/docker-compose.yml (95%) diff --git a/apps/safeline/3.7.1/.env.sample b/apps/safeline/3.7.2/.env.sample similarity index 100% rename from apps/safeline/3.7.1/.env.sample rename to apps/safeline/3.7.2/.env.sample diff --git a/apps/safeline/3.7.1/data.yml b/apps/safeline/3.7.2/data.yml similarity index 100% rename from apps/safeline/3.7.1/data.yml rename to apps/safeline/3.7.2/data.yml diff --git a/apps/safeline/3.7.1/docker-compose.yml b/apps/safeline/3.7.2/docker-compose.yml similarity index 94% rename from apps/safeline/3.7.1/docker-compose.yml rename to apps/safeline/3.7.2/docker-compose.yml index 798bb58f..74c26259 100644 --- a/apps/safeline/3.7.1/docker-compose.yml +++ b/apps/safeline/3.7.2/docker-compose.yml @@ -25,7 +25,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.234 - image: chaitin/safeline-mgt-api:3.7.1 + image: chaitin/safeline-mgt-api:3.7.2 volumes: - ${SAFELINE_DIR}/resources/management:/resources/management - ${SAFELINE_DIR}/resources/nginx:/resources/nginx @@ -51,7 +51,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.235 - image: chaitin/safeline-detector:3.7.1 + image: chaitin/safeline-detector:3.7.2 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -71,7 +71,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.236 - image: chaitin/safeline-mario:3.7.1 + image: chaitin/safeline-mario:3.7.2 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -89,7 +89,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:3.7.1 + image: chaitin/safeline-tengine:3.7.2 volumes: - ${SAFELINE_DIR}/resources/nginx:/etc/nginx - ${SAFELINE_DIR}/resources/management:/resources/management diff --git a/apps/safeline/newnet-3.7.1/.env.sample b/apps/safeline/newnet-3.7.2/.env.sample similarity index 100% rename from apps/safeline/newnet-3.7.1/.env.sample rename to apps/safeline/newnet-3.7.2/.env.sample diff --git a/apps/safeline/newnet-3.7.1/data.yml b/apps/safeline/newnet-3.7.2/data.yml similarity index 100% rename from apps/safeline/newnet-3.7.1/data.yml rename to apps/safeline/newnet-3.7.2/data.yml diff --git a/apps/safeline/newnet-3.7.1/docker-compose.yml b/apps/safeline/newnet-3.7.2/docker-compose.yml similarity index 95% rename from apps/safeline/newnet-3.7.1/docker-compose.yml rename to apps/safeline/newnet-3.7.2/docker-compose.yml index ee9ae220..935eb223 100644 --- a/apps/safeline/newnet-3.7.1/docker-compose.yml +++ b/apps/safeline/newnet-3.7.2/docker-compose.yml @@ -27,7 +27,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.4 - image: chaitin/safeline-mgt-api:3.7.1 + image: chaitin/safeline-mgt-api:3.7.2 volumes: - ${SAFELINE_DIR}/resources/management:/resources/management - ${SAFELINE_DIR}/resources/nginx:/resources/nginx @@ -54,7 +54,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.5 - image: chaitin/safeline-detector:3.7.1 + image: chaitin/safeline-detector:3.7.2 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -73,7 +73,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.6 - image: chaitin/safeline-mario:3.7.1 + image: chaitin/safeline-mario:3.7.2 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -91,7 +91,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:3.7.1 + image: chaitin/safeline-tengine:3.7.2 volumes: - ${SAFELINE_DIR}/resources/nginx:/etc/nginx - ${SAFELINE_DIR}/resources/management:/resources/management