Home Catalog Woodpecker CI
Developer

Woodpecker CI

Simple yet powerful community-driven continuous integration engine with container-native pipelines.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Low
Default Port: Port 9005

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  woodpecker-ci:
    image: "woodpeckerci/woodpecker-server:latest"
    container_name: njorddeploy-woodpecker-ci
    restart: unless-stopped
    environment:
      - "WOODPECKER_OPEN=true"
      - "WOODPECKER_HOST=http://localhost:9005"
      - "WOODPECKER_STORAGE_DRIVER=sqlite3"
      - "WOODPECKER_STORAGE_DATASOURCE=/var/lib/woodpecker/woodpecker.sqlite"
      - "WOODPECKER_GITEA=true"
      - "WOODPECKER_GITEA_URL=http://gitea:3000"
    ports:
      - "9005:8000"
    volumes:
      - "./data/woodpecker/data:/var/lib/woodpecker"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
WOODPECKER_WEB_PORT 9005 Web UI dashboard port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.