Home Catalog Stirling PDF
Productivity

Stirling PDF

A powerful, open-source PDF editing platform for editing, signing, redacting, converting, and automating PDFs.

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

Why this Configuration?

Quick Start (Standalone Docker Compose)

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

services:
  stirling-pdf:
    image: "stirlingtools/stirling-pdf:latest"
    container_name: njorddeploy-stirling-pdf
    ports:
      - "8080:8080"
    volumes:
      - "data_root/stirling-pdf/data:/app/data"
    networks:
      - njorddeploy_net
    restart: unless-stopped
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
STIRLING_PDF_HTTP_PORT 8080 The port for the Stirling PDF web interface.

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.