Files
homelab/docker/docker-01/gitea-runner/compose.yaml
2026-01-08 20:33:50 +00:00

11 lines
334 B
YAML

---
services:
gitea-runner:
image: gitea/act_runner:nightly
container_name: gitea-runner
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
GITEA_INSTANCE_URL: "https://gitea.dontddos.me"
GITEA_RUNNER_REGISTRATION_TOKEN: ${GITEA_RUNNER_REGISTRATION_TOKEN}
restart: unless-stopped