Jafner.net/homelab/stacks/gitea-runner/docker-compose.yml
Joey Hafner d7e0928ca5
Some checks failed
SSH and echo to file / ssh (push) Failing after 4s
Trivial naming change to trigger workflow
2024-09-06 14:26:08 -07:00

13 lines
402 B
YAML

name: "gitea-runner"
services:
runner:
image: gitea/act_runner:latest
volumes:
- ./config.yaml:/config.yaml
- ./registration.token:/registration.token
- /var/run/docker.sock:/var/run/docker.sock
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: https://gitea.jafner.tools
env_file:
- ./secrets.env # Defines GITEA_RUNNER_REGISTRATION_TOKEN