From cf269e318f77d07de20b70091dbd34ac69cb8e0e Mon Sep 17 00:00:00 2001 From: okxlin Date: Sun, 7 Jan 2024 00:28:39 +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=A04.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/safeline/{4.0.1 => 4.0.2}/.env.sample | 0 apps/safeline/{4.0.1 => 4.0.2}/data.yml | 0 apps/safeline/{4.0.1 => 4.0.2}/docker-compose.yml | 14 +++++++------- .../{newnet-4.0.1 => newnet-4.0.2}/.env.sample | 0 .../{newnet-4.0.1 => newnet-4.0.2}/data.yml | 0 .../docker-compose.yml | 14 +++++++------- 6 files changed, 14 insertions(+), 14 deletions(-) rename apps/safeline/{4.0.1 => 4.0.2}/.env.sample (100%) rename apps/safeline/{4.0.1 => 4.0.2}/data.yml (100%) rename apps/safeline/{4.0.1 => 4.0.2}/docker-compose.yml (91%) rename apps/safeline/{newnet-4.0.1 => newnet-4.0.2}/.env.sample (100%) rename apps/safeline/{newnet-4.0.1 => newnet-4.0.2}/data.yml (100%) rename apps/safeline/{newnet-4.0.1 => newnet-4.0.2}/docker-compose.yml (92%) diff --git a/apps/safeline/4.0.1/.env.sample b/apps/safeline/4.0.2/.env.sample similarity index 100% rename from apps/safeline/4.0.1/.env.sample rename to apps/safeline/4.0.2/.env.sample diff --git a/apps/safeline/4.0.1/data.yml b/apps/safeline/4.0.2/data.yml similarity index 100% rename from apps/safeline/4.0.1/data.yml rename to apps/safeline/4.0.2/data.yml diff --git a/apps/safeline/4.0.1/docker-compose.yml b/apps/safeline/4.0.2/docker-compose.yml similarity index 91% rename from apps/safeline/4.0.1/docker-compose.yml rename to apps/safeline/4.0.2/docker-compose.yml index 0de1986e..7adbca3d 100644 --- a/apps/safeline/4.0.1/docker-compose.yml +++ b/apps/safeline/4.0.2/docker-compose.yml @@ -6,7 +6,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.234 - image: chaitin/safeline-mgt:4.0.1 + image: chaitin/safeline-mgt:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/mgt:/app/data @@ -14,7 +14,7 @@ services: - ${PANEL_APP_PORT_HTTP:-9443}:1443 environment: - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable - #- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ + - MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ dns: - 119.29.29.29 - 223.5.5.5 @@ -34,7 +34,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.235 - image: chaitin/safeline-detector:4.0.1 + image: chaitin/safeline-detector:4.0.2 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -50,7 +50,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.236 - image: chaitin/safeline-mario:4.0.1 + image: chaitin/safeline-mario:4.0.2 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -65,7 +65,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:4.0.1 + image: chaitin/safeline-tengine:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - /etc/resolv.conf:/etc/resolv.conf @@ -88,7 +88,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.237 - image: chaitin/safeline-luigi:4.0.1 + image: chaitin/safeline-luigi:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/luigi:/app/data @@ -101,7 +101,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.238 - image: chaitin/safeline-fvm:4.0.1 + image: chaitin/safeline-fvm:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro labels: diff --git a/apps/safeline/newnet-4.0.1/.env.sample b/apps/safeline/newnet-4.0.2/.env.sample similarity index 100% rename from apps/safeline/newnet-4.0.1/.env.sample rename to apps/safeline/newnet-4.0.2/.env.sample diff --git a/apps/safeline/newnet-4.0.1/data.yml b/apps/safeline/newnet-4.0.2/data.yml similarity index 100% rename from apps/safeline/newnet-4.0.1/data.yml rename to apps/safeline/newnet-4.0.2/data.yml diff --git a/apps/safeline/newnet-4.0.1/docker-compose.yml b/apps/safeline/newnet-4.0.2/docker-compose.yml similarity index 92% rename from apps/safeline/newnet-4.0.1/docker-compose.yml rename to apps/safeline/newnet-4.0.2/docker-compose.yml index a8a9bd5d..7fc2af92 100644 --- a/apps/safeline/newnet-4.0.1/docker-compose.yml +++ b/apps/safeline/newnet-4.0.2/docker-compose.yml @@ -7,7 +7,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.4 - image: chaitin/safeline-mgt:4.0.1 + image: chaitin/safeline-mgt:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/mgt:/app/data @@ -15,7 +15,7 @@ services: - ${PANEL_APP_PORT_HTTP:-9443}:1443 environment: - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable - #- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ + - MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ dns: - 119.29.29.29 - 223.5.5.5 @@ -36,7 +36,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.5 - image: chaitin/safeline-detector:4.0.1 + image: chaitin/safeline-detector:4.0.2 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -53,7 +53,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.6 - image: chaitin/safeline-mario:4.0.1 + image: chaitin/safeline-mario:4.0.2 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -68,7 +68,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:4.0.1 + image: chaitin/safeline-tengine:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - /etc/resolv.conf:/etc/resolv.conf @@ -92,7 +92,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.7 - image: chaitin/safeline-luigi:4.0.1 + image: chaitin/safeline-luigi:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/luigi:/app/data @@ -106,7 +106,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.8 - image: chaitin/safeline-fvm:4.0.1 + image: chaitin/safeline-fvm:4.0.2 volumes: - /etc/localtime:/etc/localtime:ro labels: