# Self-hosted Gitea Actions runners — per ADR-0015 §"Runners". # # Three act_runner instances registered with the project's Gitea # organisation, labelled self-hosted + on-prem (the labels referenced # by every job in .gitea/workflows/*). # # First-time registration, scaling, image pinning, and security notes # are documented in infra/README.md. name: apf-portal-ci-runners services: runner-1: image: gitea/act_runner:0.2.13 container_name: apf-portal-runner-1 restart: unless-stopped environment: GITEA_INSTANCE_URL: ${GITEA_INSTANCE_URL:?GITEA_INSTANCE_URL must be set in infra/.env} GITEA_RUNNER_REGISTRATION_TOKEN: ${GITEA_RUNNER_REGISTRATION_TOKEN:-} GITEA_RUNNER_NAME: apf-portal-runner-1 # Labels are formatted as