Jafner.net/homelab/stacks/gitea-runner/docker-compose.yml

13 lines
402 B
YAML
Raw Normal View History

name: "gitea-runner"
2024-08-27 22:09:37 -07:00
services:
runner:
2024-08-27 22:09:37 -07:00
image: gitea/act_runner:latest
volumes:
- ./config.yaml:/config.yaml
2024-08-29 12:55:54 -07:00
- ./registration.token:/registration.token
2024-08-27 22:09:37 -07:00
- /var/run/docker.sock:/var/run/docker.sock
environment:
CONFIG_FILE: /config.yaml
2024-08-29 00:03:07 -07:00
GITEA_INSTANCE_URL: https://gitea.jafner.tools
env_file:
- ./secrets.env # Defines GITEA_RUNNER_REGISTRATION_TOKEN