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: