Files
infra/gitea/act_runner/docker-compose.yml
2025-10-08 20:50:22 +00:00

12 lines
355 B
YAML

# find documentation at https://docs.gitea.com/usage/actions/act-runner
services:
runner:
image: gitea/act_runner:latest
restart: always
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock # needed to create a separate docker container for each job
#- ./config.yaml:/config.yaml
#- ./data:/data