From 670a2c47a1f83dbd6da4c407c50e36517325442a Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Wed, 13 May 2026 10:12:22 -0400 Subject: [PATCH] Gitea runner fixes --- versioncontrol/compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/versioncontrol/compose.yml b/versioncontrol/compose.yml index ac30373..80f4eb6 100644 --- a/versioncontrol/compose.yml +++ b/versioncontrol/compose.yml @@ -8,7 +8,6 @@ services: - USER_GID=1000 - GITEA__server__ROOT_URL=https://code.lazyworkhorse.net - GITEA__actions__ENABLED=true - - GITEA__actions__DEFAULT_ACTIONS_URL=off - SSH_PORT=2222 - SSH_LISTEN_PORT=2222 volumes: @@ -46,10 +45,10 @@ services: image: gitea/act_runner:latest container_name: act_runner environment: - - GITEA_INSTANCE_URL=https://code.lazyworkhorse.net + - GITEA_INSTANCE_URL=http://gitea:3000 - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_TOKEN} - GITEA_RUNNER_NAME=ai-host-runner - - GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:full-22.04 + - GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:full-22.04,nixos-builder:docker://nixos/nix volumes: - /var/run/docker.sock:/var/run/docker.sock networks: