From 0402ea151b81c0fe06430f7239d9e6d2b9e20ecb Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(kotatsu):=20update=20image=20s?= =?UTF-8?q?ource=20and=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rename directory from v20250725 to 20250804 for all config files - update docker image from qyg2297248353/kotatsu-syncserver:v20250725 to ghcr.io/pooneyy/kotatsu-syncserver:20250804 --- apps/kotatsu/{v20250725 => 20250804}/config/database.sql | 0 apps/kotatsu/{v20250725 => 20250804}/data.yml | 0 apps/kotatsu/{v20250725 => 20250804}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/kotatsu/{v20250725 => 20250804}/config/database.sql (100%) rename apps/kotatsu/{v20250725 => 20250804}/data.yml (100%) rename apps/kotatsu/{v20250725 => 20250804}/docker-compose.yml (91%) diff --git a/apps/kotatsu/v20250725/config/database.sql b/apps/kotatsu/20250804/config/database.sql similarity index 100% rename from apps/kotatsu/v20250725/config/database.sql rename to apps/kotatsu/20250804/config/database.sql diff --git a/apps/kotatsu/v20250725/data.yml b/apps/kotatsu/20250804/data.yml similarity index 100% rename from apps/kotatsu/v20250725/data.yml rename to apps/kotatsu/20250804/data.yml diff --git a/apps/kotatsu/v20250725/docker-compose.yml b/apps/kotatsu/20250804/docker-compose.yml similarity index 91% rename from apps/kotatsu/v20250725/docker-compose.yml rename to apps/kotatsu/20250804/docker-compose.yml index a4058078f..02bd47144 100644 --- a/apps/kotatsu/v20250725/docker-compose.yml +++ b/apps/kotatsu/20250804/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kotatsu-syncserver: - image: qyg2297248353/kotatsu-syncserver:v20250725 + image: ghcr.io/pooneyy/kotatsu-syncserver:20250804 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"