Stirling - No more pay to compress

February 25, 2025

docker

Stirling PDF is used for document manipulation such as merging, splitting, and converting PDFs locally.

code

services:
stirling:
image: frooodle/s-pdf:latest
container_name: stirling
restart: unless-stopped
ports:
- "8080:8080"
networks:
- caddy_net

networks:
caddy_net:
external: true

Explanation

  • Simple container with web interface
  • No persistent storage required

Notes

  • Useful utility for day-to-day document tasks
  • Keeps sensitive files local