Self-host with Docker · Yantr
Woodpecker CI
Community-built CI/CD engine with great extensibility and Gitea integration.
1
Ports
2
Notes
3
Use Cases
About
What Woodpecker CI does
Woodpecker CI is a simple yet powerful CI/CD engine with great extensibility. It is a community fork of Drone that supports GitHub, GitLab, Gitea, Bitbucket, and more. Pipelines are defined as YAML in your repository and run as lightweight Docker containers or Kubernetes pods.
Install Flow
How to self-host Woodpecker CI
Woodpecker CI can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Woodpecker CI does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Run CI/CD pipelines for your self-hosted Gitea or Forgejo repositories.
- Automate testing, building, and deploying code with YAML-based pipelines.
- Replace hosted CI services with a fully self-controlled solution.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 8000 | HTTP | Web UI |
Docker Image
woodpeckerci/woodpecker-server:latest
Service Name
server
Notes
Things to know before you deploy
- Configure your Git provider OAuth credentials as WOODPECKER_GITHUB_CLIENT and WOODPECKER_GITHUB_SECRET.
- The agent auto-registers using WOODPECKER_AGENT_SECRET — set it to the same value on both services.
Related Apps
More tools you might pair with Woodpecker CI
Page generated 2026-07-27T04:28:00.415Z