feature: Add Gitea docs

This commit is contained in:
Keith Solomon
2025-11-30 21:24:04 -06:00
parent 9291b641da
commit 474a967a24
7 changed files with 684 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
runner:
container_name: gitea-act-runner
restart: unless-stopped
image: gitea/act_runner:latest
working_dir: /data
environment:
GITEA_INSTANCE_URL: "https://git.keithsolomon.net"
GITEA_RUNNER_REGISTRATION_TOKEN: "vmdpAbiuPoaX8pEmzZkJjUJpIlI4iIIlXGGEBU5n"
GITEA_RUNNER_NAME: "hetzner-runner-1"
GITEA_RUNNER_LABELS: "ubuntu-latest:docker://node:20-bullseye,self-hosted,linux,x86_64,docker"
TZ: "America/Winnipeg"
command: ["act_runner", "daemon"]
volumes:
- /gitea/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock