29 lines
604 B
Plaintext
29 lines
604 B
Plaintext
[Unit]
|
|
Description=Calibre - Server
|
|
|
|
[Container]
|
|
Pod=calibre.pod
|
|
ContainerName=calibre
|
|
Image=lscr.io/linuxserver/calibre-web:latest
|
|
|
|
# Environment=PUID=
|
|
# Environment=PGID=
|
|
# Environment=TZ=
|
|
EnvironmentFile=/mnt/data/containers/calibre/.env.calibre
|
|
|
|
Volume=/mnt/data/containers/calibre/config:/config
|
|
Volume=/mnt/data/containers/calibre/library:/books
|
|
|
|
Label=homepage.group=Life
|
|
Label=homepage.name=Calibre
|
|
Label=homepage.icon=calibre.png
|
|
Label=homepage.href=https://books.inkletblot.com
|
|
Label=homepage.description="Books"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|