Skip to content

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

License

Notifications You must be signed in to change notification settings

mys1024/easy-gitea-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published