Files
infra/gitea/act_runner/docker-compose.yml
2025-10-04 19:37:23 +02:00

11 lines
337 B
YAML

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