add calibre app
This commit is contained in:
parent
f28b99e033
commit
5c7b9fe1f0
2 changed files with 22 additions and 0 deletions
20
quadlets/calibre/calibre.container
Normal file
20
quadlets/calibre/calibre.container
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Ebook manager
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=lscr.io/linuxserver/calibre:latest
|
||||||
|
ContainerName=calibre
|
||||||
|
HostName=calibre
|
||||||
|
|
||||||
|
PublishPort=8080
|
||||||
|
|
||||||
|
Volume=calibre-config:/config
|
||||||
|
|
||||||
|
Environment=TZ=Etc/UTC
|
2
quadlets/calibre/config.volume
Normal file
2
quadlets/calibre/config.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=calibre-config
|
Loading…
Add table
Reference in a new issue