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
daniel156161 ce2fd49301
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 24s
remove version from docker-compose file
2025-10-13 10:12:47 +02:00

14 lines
417 B
YAML

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