gitea runner

This commit is contained in:
Aaron Pierson
2026-03-08 17:15:56 -05:00
parent 7e8e012417
commit d0a0499bbe

23
GiteaRuner/compose.yml Normal file
View File

@@ -0,0 +1,23 @@
version: "3.8"
services:
gitea-runner:
image: gitea/act_runner:latest
container_name: gitea-runner
restart: unless-stopped
environment:
- CONFIG_FILE=/config.yaml
- GITEA_INSTANCE_URL=https://gitea.eu1.netbird.services/
- GITEA_RUNNER_REGISTRATION_TOKEN=XhjNgsRCjaE0mA5KZVmbv1iAnPXAIkFJjAfBhZEz
- GITEA_RUNNER_NAME=homelab-runner
volumes:
- ./data:/data
networks:
- gitea_net
networks:
gitea_net:
external: true