Sanitized mirror from private repository - 2026-03-21 11:29:28 UTC
Some checks failed
Documentation / Deploy to GitHub Pages (push) Has been cancelled
Documentation / Build Docusaurus (push) Has been cancelled

This commit is contained in:
Gitea Mirror Bot
2026-03-21 11:29:29 +00:00
commit bf0fdc2247
1239 changed files with 307881 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Stirling PDF - PDF manipulation toolkit
# URL: https://pdf.vish.gg
# Port: 7340
# Docs: https://stirlingtools.com
services:
stirling-pdf:
image: frooodle/s-pdf:latest
container_name: stirling-pdf
ports:
- "7340:8080"
volumes:
- /volume2/metadata/docker/stirling-pdf/configs:/configs
- /volume2/metadata/docker/stirling-pdf/logs:/logs
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
restart: unless-stopped
security_opt:
- no-new-privileges:true