1
0
Files
docker-compose/obsidian-logic/spdf/docker-compose.yml
2025-07-13 13:32:34 -04:00

32 lines
605 B
YAML

---
# sPDF
# Self-hosted suite of PDF tools
# Created by Stirling PDF
# ↳ https://github.com/Stirling-Tools/Stirling-PDF
services:
spdf:
image: frooodle/s-pdf:latest
container_name: spdf
restart: unless-stopped
networks:
- proxy
# ports:
# - 8080:8080
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/spdf/configs:/configs
networks:
proxy:
external: true
# Documentation available at https://hub.docker.com/r/stirlingtools/stirling-pdf