From ca0008497ce438009136f1556e15dbc507fb8277 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:39:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20node=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20(#1039)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node/12.22.12/docker-compose.yml | 5 ----- node/14.21.3/docker-compose.yml | 5 ----- node/16.20.2/docker-compose.yml | 5 ----- node/18.18.0/docker-compose.yml | 5 ----- node/{20.9.0 => 20.11.1}/data.yml | 0 node/{20.9.0 => 20.11.1}/docker-compose.yml | 5 ----- node/{20.9.0 => 20.11.1}/run.sh | 0 node/{21.1.0 => 21.6.2}/data.yml | 0 node/{21.1.0 => 21.6.2}/docker-compose.yml | 5 ----- node/{21.1.0 => 21.6.2}/run.sh | 0 10 files changed, 30 deletions(-) rename node/{20.9.0 => 20.11.1}/data.yml (100%) rename node/{20.9.0 => 20.11.1}/docker-compose.yml (72%) rename node/{20.9.0 => 20.11.1}/run.sh (100%) rename node/{21.1.0 => 21.6.2}/data.yml (100%) rename node/{21.1.0 => 21.6.2}/docker-compose.yml (72%) rename node/{21.1.0 => 21.6.2}/run.sh (100%) diff --git a/node/12.22.12/docker-compose.yml b/node/12.22.12/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/12.22.12/docker-compose.yml +++ b/node/12.22.12/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/14.21.3/docker-compose.yml b/node/14.21.3/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/14.21.3/docker-compose.yml +++ b/node/14.21.3/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/16.20.2/docker-compose.yml b/node/16.20.2/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/16.20.2/docker-compose.yml +++ b/node/16.20.2/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/18.18.0/docker-compose.yml b/node/18.18.0/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/18.18.0/docker-compose.yml +++ b/node/18.18.0/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/20.9.0/data.yml b/node/20.11.1/data.yml similarity index 100% rename from node/20.9.0/data.yml rename to node/20.11.1/data.yml diff --git a/node/20.9.0/docker-compose.yml b/node/20.11.1/docker-compose.yml similarity index 72% rename from node/20.9.0/docker-compose.yml rename to node/20.11.1/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/20.9.0/docker-compose.yml +++ b/node/20.11.1/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/20.9.0/run.sh b/node/20.11.1/run.sh similarity index 100% rename from node/20.9.0/run.sh rename to node/20.11.1/run.sh diff --git a/node/21.1.0/data.yml b/node/21.6.2/data.yml similarity index 100% rename from node/21.1.0/data.yml rename to node/21.6.2/data.yml diff --git a/node/21.1.0/docker-compose.yml b/node/21.6.2/docker-compose.yml similarity index 72% rename from node/21.1.0/docker-compose.yml rename to node/21.6.2/docker-compose.yml index 3a2102f2d..da324ab26 100644 --- a/node/21.1.0/docker-compose.yml +++ b/node/21.6.2/docker-compose.yml @@ -13,11 +13,6 @@ services: - 1panel-network ports: - ${HOST_IP}:${PANEL_APP_PORT_HTTP}:${NODE_APP_PORT} - healthcheck: - test: ["CMD-SHELL", "curl -f http://localhost:${NODE_APP_PORT} || exit 1"] - interval: 30s - timeout: 5s - retries: 20 restart: always networks: 1panel-network: diff --git a/node/21.1.0/run.sh b/node/21.6.2/run.sh similarity index 100% rename from node/21.1.0/run.sh rename to node/21.6.2/run.sh