This repository has been archived on 2025-10-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
testing-gitea-actions/docker-compose.yml
T
daniel156161 51fa6b5a8d
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
add runner config
2025-10-13 09:54:22 +02:00

15 lines
432 B
YAML

version: "3.8"
services:
gitea-runner:
image: gitea/act_runner
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "${RUNNER_NAME}"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock