syntax linting
This commit is contained in:
32
obsidian-logic/spdf/docker-compose.yml
Normal file
32
obsidian-logic/spdf/docker-compose.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
|
||||
# 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
|
Reference in New Issue
Block a user