Files
docker-templates/GiteaRuner/compose.yml
Aaron Pierson d0a0499bbe gitea runner
2026-03-08 17:15:56 -05:00

24 lines
485 B
YAML

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