Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 784 Bytes

easy-gitea-runner

Easily startup an Act Runner container for Gitea with Docker Compose.

Usage

  1. Create a file named .env with your custom configurations:

    GITEA_INSTANCE_URL=YOUR_URL # required
    GITEA_RUNNER_REGISTRATION_TOKEN=YOUR_TOKEN # required
  2. Generate a configuration file for the runner:

    mkdir -p volumes && docker run --entrypoint="" --rm -it docker.io/gitea/act_runner:nightly-dind act_runner generate-config > volumes/config.yaml
  3. Startup:

    docker-compose up -d

License

MIT License © 2024-PRESENT mys1024