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

12 lines
403 B
YAML
Raw Normal View History

2024-08-27 22:09:37 -07:00
services:
runner-1:
image: gitea/act_runner:latest
container_name: gitea-runner_1
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
GITEA_RUNNER_REGISTRATION_TOKEN_FILE: registration.token