From 5aef3a22dd083a2e61c1465dd252789c82455658 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 6 Dec 2024 02:02:53 +0000 Subject: [PATCH] Synced apps from source repository via GitHub Actions --- apps/telegram-bot-api/{8.0 => 8.1}/.env | 0 apps/telegram-bot-api/{8.0 => 8.1}/data.yml | 0 apps/telegram-bot-api/{8.0 => 8.1}/docker-compose.yml | 2 +- apps/telegram-bot-api/{8.0 => 8.1}/envs/default.env | 0 apps/telegram-bot-api/{8.0 => 8.1}/envs/global.env | 0 apps/telegram-bot-api/{8.0 => 8.1}/scripts/init.sh | 0 apps/telegram-bot-api/{8.0 => 8.1}/scripts/uninstall.sh | 0 apps/telegram-bot-api/{8.0 => 8.1}/scripts/upgrade.sh | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename apps/telegram-bot-api/{8.0 => 8.1}/.env (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/data.yml (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/docker-compose.yml (94%) rename apps/telegram-bot-api/{8.0 => 8.1}/envs/default.env (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/envs/global.env (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/scripts/init.sh (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/scripts/uninstall.sh (100%) rename apps/telegram-bot-api/{8.0 => 8.1}/scripts/upgrade.sh (100%) diff --git a/apps/telegram-bot-api/8.0/.env b/apps/telegram-bot-api/8.1/.env similarity index 100% rename from apps/telegram-bot-api/8.0/.env rename to apps/telegram-bot-api/8.1/.env diff --git a/apps/telegram-bot-api/8.0/data.yml b/apps/telegram-bot-api/8.1/data.yml similarity index 100% rename from apps/telegram-bot-api/8.0/data.yml rename to apps/telegram-bot-api/8.1/data.yml diff --git a/apps/telegram-bot-api/8.0/docker-compose.yml b/apps/telegram-bot-api/8.1/docker-compose.yml similarity index 94% rename from apps/telegram-bot-api/8.0/docker-compose.yml rename to apps/telegram-bot-api/8.1/docker-compose.yml index 2b69c1e..de1a804 100644 --- a/apps/telegram-bot-api/8.0/docker-compose.yml +++ b/apps/telegram-bot-api/8.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - TELEGRAM_MAX_WEBHOOK_CONNECTIONS=100000 - TELEGRAM_LOG_FILE=/var/log/telegram-bot-api/telegram-bot-api.log - TELEGRAM_MAX_CONNECTIONS=1024 - image: aiogram/telegram-bot-api:8.0 + image: aiogram/telegram-bot-api:8.1 labels: createdBy: Apps networks: diff --git a/apps/telegram-bot-api/8.0/envs/default.env b/apps/telegram-bot-api/8.1/envs/default.env similarity index 100% rename from apps/telegram-bot-api/8.0/envs/default.env rename to apps/telegram-bot-api/8.1/envs/default.env diff --git a/apps/telegram-bot-api/8.0/envs/global.env b/apps/telegram-bot-api/8.1/envs/global.env similarity index 100% rename from apps/telegram-bot-api/8.0/envs/global.env rename to apps/telegram-bot-api/8.1/envs/global.env diff --git a/apps/telegram-bot-api/8.0/scripts/init.sh b/apps/telegram-bot-api/8.1/scripts/init.sh similarity index 100% rename from apps/telegram-bot-api/8.0/scripts/init.sh rename to apps/telegram-bot-api/8.1/scripts/init.sh diff --git a/apps/telegram-bot-api/8.0/scripts/uninstall.sh b/apps/telegram-bot-api/8.1/scripts/uninstall.sh similarity index 100% rename from apps/telegram-bot-api/8.0/scripts/uninstall.sh rename to apps/telegram-bot-api/8.1/scripts/uninstall.sh diff --git a/apps/telegram-bot-api/8.0/scripts/upgrade.sh b/apps/telegram-bot-api/8.1/scripts/upgrade.sh similarity index 100% rename from apps/telegram-bot-api/8.0/scripts/upgrade.sh rename to apps/telegram-bot-api/8.1/scripts/upgrade.sh