From 742f1fb87661834590a939169caf6a9cd18784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= Date: Mon, 24 Nov 2025 21:04:22 +0100 Subject: [PATCH] fix compose --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 36b5e85..7ed0941 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - ./data:$HOME/.cache - ./configs/NuGet:/root/.nuget/NuGet environment: - GITEA_INSTANCE_URL: "http://gitea.int.boger.local" + GITEA_INSTANCE_URL: "https://gitea.sandev.io" GITEA_RUNNER_REGISTRATION_TOKEN: ${GITEA_REG_TOKEN} - GITEA_RUNNER_NAME: "gitea-runner-dotnet" - GITEA_RUNNER_LABELS: "dotnet-10,ubuntu2204" \ No newline at end of file + GITEA_RUNNER_NAME: "gitea-runner-generic" + GITEA_RUNNER_LABELS: "ubuntu-2204,generic,node-js,golang" \ No newline at end of file