feat: add Gitea act runner configuration and update docker-compose integration
Some checks failed
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-12 13:40:03 +01:00
parent 37d1a1d1a6
commit c83d94f702
3 changed files with 108 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ services:
act_runner:
image: gitea/act_runner:latest
volumes:
- ./act-runner-config.yaml:/config.yaml
- {{gitea_service_dir}}/act-runner-config.yaml:/config.yaml
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUID=1000