From c3ee99a3b626c81827a18906bda23fb4ecf22bd0 Mon Sep 17 00:00:00 2001 From: okxlin Date: Fri, 12 Apr 2024 10:48:02 +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=A05.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/safeline/{5.2.0 => 5.3.1}/.env.sample | 0 apps/safeline/{5.2.0 => 5.3.1}/data.yml | 0 .../safeline/{5.2.0 => 5.3.1}/docker-compose.yml | 16 ++++++++-------- apps/safeline/latest/docker-compose.yml | 2 +- .../{newnet-5.2.0 => newnet-5.3.1}/.env.sample | 0 .../{newnet-5.2.0 => newnet-5.3.1}/data.yml | 0 .../docker-compose.yml | 16 ++++++++-------- apps/safeline/newnet-latest/docker-compose.yml | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) rename apps/safeline/{5.2.0 => 5.3.1}/.env.sample (100%) rename apps/safeline/{5.2.0 => 5.3.1}/data.yml (100%) rename apps/safeline/{5.2.0 => 5.3.1}/docker-compose.yml (92%) rename apps/safeline/{newnet-5.2.0 => newnet-5.3.1}/.env.sample (100%) rename apps/safeline/{newnet-5.2.0 => newnet-5.3.1}/data.yml (100%) rename apps/safeline/{newnet-5.2.0 => newnet-5.3.1}/docker-compose.yml (93%) diff --git a/apps/safeline/5.2.0/.env.sample b/apps/safeline/5.3.1/.env.sample similarity index 100% rename from apps/safeline/5.2.0/.env.sample rename to apps/safeline/5.3.1/.env.sample diff --git a/apps/safeline/5.2.0/data.yml b/apps/safeline/5.3.1/data.yml similarity index 100% rename from apps/safeline/5.2.0/data.yml rename to apps/safeline/5.3.1/data.yml diff --git a/apps/safeline/5.2.0/docker-compose.yml b/apps/safeline/5.3.1/docker-compose.yml similarity index 92% rename from apps/safeline/5.2.0/docker-compose.yml rename to apps/safeline/5.3.1/docker-compose.yml index ece916a7..8e93ef54 100644 --- a/apps/safeline/5.2.0/docker-compose.yml +++ b/apps/safeline/5.3.1/docker-compose.yml @@ -6,7 +6,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.234 - image: chaitin/safeline-mgt:5.2.0 + image: chaitin/safeline-mgt:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/mgt:/app/data @@ -39,7 +39,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.235 - image: chaitin/safeline-detector:5.2.0 + image: chaitin/safeline-detector:5.3.1 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -55,7 +55,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.236 - image: chaitin/safeline-mario:5.2.0 + image: chaitin/safeline-mario:5.3.1 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -70,7 +70,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:5.2.0 + image: chaitin/safeline-tengine:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - /etc/resolv.conf:/etc/resolv.conf:ro @@ -93,7 +93,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.237 - image: chaitin/safeline-luigi:5.2.0 + image: chaitin/safeline-luigi:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/luigi:/app/data @@ -111,7 +111,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.238 - image: chaitin/safeline-fvm:5.2.0 + image: chaitin/safeline-fvm:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro labels: @@ -123,7 +123,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.239 - image: chaitin/safeline-bridge:5.2.0 + image: chaitin/safeline-bridge:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - /var/run:/app/run @@ -156,7 +156,7 @@ services: environment: - POSTGRES_USER=safeline-ce - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - command: [postgres, -c, max_connections=200] + command: [postgres, -c, max_connections=600] healthcheck: test: pg_isready -U safeline-ce -d safeline-ce labels: diff --git a/apps/safeline/latest/docker-compose.yml b/apps/safeline/latest/docker-compose.yml index c6b7247f..e1d4efbb 100644 --- a/apps/safeline/latest/docker-compose.yml +++ b/apps/safeline/latest/docker-compose.yml @@ -156,7 +156,7 @@ services: environment: - POSTGRES_USER=safeline-ce - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - command: [postgres, -c, max_connections=200] + command: [postgres, -c, max_connections=600] healthcheck: test: pg_isready -U safeline-ce -d safeline-ce labels: diff --git a/apps/safeline/newnet-5.2.0/.env.sample b/apps/safeline/newnet-5.3.1/.env.sample similarity index 100% rename from apps/safeline/newnet-5.2.0/.env.sample rename to apps/safeline/newnet-5.3.1/.env.sample diff --git a/apps/safeline/newnet-5.2.0/data.yml b/apps/safeline/newnet-5.3.1/data.yml similarity index 100% rename from apps/safeline/newnet-5.2.0/data.yml rename to apps/safeline/newnet-5.3.1/data.yml diff --git a/apps/safeline/newnet-5.2.0/docker-compose.yml b/apps/safeline/newnet-5.3.1/docker-compose.yml similarity index 93% rename from apps/safeline/newnet-5.2.0/docker-compose.yml rename to apps/safeline/newnet-5.3.1/docker-compose.yml index e3102a8a..2c3a7f86 100644 --- a/apps/safeline/newnet-5.2.0/docker-compose.yml +++ b/apps/safeline/newnet-5.3.1/docker-compose.yml @@ -7,7 +7,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.4 - image: chaitin/safeline-mgt:5.2.0 + image: chaitin/safeline-mgt:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/mgt:/app/data @@ -41,7 +41,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.5 - image: chaitin/safeline-detector:5.2.0 + image: chaitin/safeline-detector:5.3.1 volumes: - ${SAFELINE_DIR}/resources/detector:/resources/detector - ${SAFELINE_DIR}/logs/detector:/logs/detector @@ -58,7 +58,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.6 - image: chaitin/safeline-mario:5.2.0 + image: chaitin/safeline-mario:5.3.1 volumes: - ${SAFELINE_DIR}/resources/mario:/resources/mario - ${SAFELINE_DIR}/logs/mario:/logs/mario @@ -73,7 +73,7 @@ services: safeline-tengine: container_name: ${CONTAINER_NAME}-tengine restart: always - image: chaitin/safeline-tengine:5.2.0 + image: chaitin/safeline-tengine:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - /etc/resolv.conf:/etc/resolv.conf:ro @@ -97,7 +97,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.7 - image: chaitin/safeline-luigi:5.2.0 + image: chaitin/safeline-luigi:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - ${SAFELINE_DIR}/resources/luigi:/app/data @@ -116,7 +116,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.8 - image: chaitin/safeline-fvm:5.2.0 + image: chaitin/safeline-fvm:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro labels: @@ -129,7 +129,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.9 - image: chaitin/safeline-bridge:5.2.0 + image: chaitin/safeline-bridge:5.3.1 volumes: - /etc/localtime:/etc/localtime:ro - /var/run:/app/run @@ -163,7 +163,7 @@ services: environment: - POSTGRES_USER=safeline-ce - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - command: [postgres, -c, max_connections=200] + command: [postgres, -c, max_connections=600] healthcheck: test: pg_isready -U safeline-ce -d safeline-ce labels: diff --git a/apps/safeline/newnet-latest/docker-compose.yml b/apps/safeline/newnet-latest/docker-compose.yml index a4c90fbb..1650370a 100644 --- a/apps/safeline/newnet-latest/docker-compose.yml +++ b/apps/safeline/newnet-latest/docker-compose.yml @@ -163,7 +163,7 @@ services: environment: - POSTGRES_USER=safeline-ce - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - command: [postgres, -c, max_connections=200] + command: [postgres, -c, max_connections=600] healthcheck: test: pg_isready -U safeline-ce -d safeline-ce labels: