1
0

added newest versions of all compose files

This commit is contained in:
2024-08-15 22:35:13 -04:00
parent 7dc67af8f6
commit 02f770aa47
13 changed files with 508 additions and 0 deletions

30
spdf/docker-compose.yml Normal file
View File

@@ -0,0 +1,30 @@
---
# sPDF
# Various PDF tools
# frooodle
# ↳ https://github.com/Stirling-Tools/Stirling-PDF
# ↳ https://stirlingpdf.io/
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
networks:
proxy:
external: true