From ab9cb795dc8f2852b4b8f46391b00be67e68d2cf Mon Sep 17 00:00:00 2001 From: bieri Date: Tue, 3 Mar 2026 23:54:42 +0100 Subject: [PATCH] Update gitea/docker-compose.yaml --- gitea/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/docker-compose.yaml b/gitea/docker-compose.yaml index 95685ee..5b5e6e0 100644 --- a/gitea/docker-compose.yaml +++ b/gitea/docker-compose.yaml @@ -48,6 +48,6 @@ services: environment: - TZ=Europe/Berlin - CONFIG_FILE=/config.yaml - - GITEA_INSTANCE_URL=gitea-server:3000 + - GITEA_INSTANCE_URL=https://gitea.bieri.one - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_TOKEN} - GITEA_RUNNER_NAME=gitea-runner-01 \ No newline at end of file