Added gitea runner

This commit is contained in:
2026-01-08 20:33:50 +00:00
parent 36fc3de042
commit 24a69a7bc8

View File

@@ -0,0 +1,11 @@
---
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