29 lines
644 B
Plaintext
29 lines
644 B
Plaintext
[Unit]
|
|
Description=Stirling PDF
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Pod=stirling-pdf.pod
|
|
ContainerName=stirling-pdf
|
|
Image=docker.io/stirlingtools/stirling-pdf:latest
|
|
AutoUpdate=registry
|
|
|
|
# DB and other things that would usually be enviroment files
|
|
# are set up in the live application.
|
|
|
|
Volume=/mnt/data/containers/stirling-pdf/data:/configs
|
|
|
|
Label=homepage.group=Misc.
|
|
Label=homepage.name="Stirling PDF"
|
|
Label=homepage.icon=stirling-pdf.png
|
|
Label=homepage.href=https://pdf.inkletblot.com
|
|
Label=homepage.description="PDF Tooling"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|