calibre
This commit is contained in:
parent
504d5746b8
commit
6b5527012d
2 changed files with 41 additions and 1 deletions
40
Compose/calibre.yaml
Normal file
40
Compose/calibre.yaml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
services:
|
||||||
|
Calibre:
|
||||||
|
image: lscr.io/linuxserver/calibre:latest
|
||||||
|
container_name: calibre
|
||||||
|
hostname: calibre
|
||||||
|
environment:
|
||||||
|
- TZ=America/Chicago
|
||||||
|
- PGID=998
|
||||||
|
- PUID=1001
|
||||||
|
networks:
|
||||||
|
- netgrimoire
|
||||||
|
volumes:
|
||||||
|
- /DockerVol/Calibre/Config:/config
|
||||||
|
- /DockerVol/Calibre/Plugins:/plugins
|
||||||
|
- /data/nfs/Baxter/Data/media:/data:shared
|
||||||
|
ports:
|
||||||
|
- 7070:8080
|
||||||
|
- 7081:8081
|
||||||
|
restart: unless-stopped
|
||||||
|
security_opt:
|
||||||
|
- seccomp=unconfined
|
||||||
|
# deploy:
|
||||||
|
labels:
|
||||||
|
- homepage.group=Library
|
||||||
|
- homepage.name=Calibre
|
||||||
|
- homepage.icon=calibre.png
|
||||||
|
- homepage.href=http://calibre.netgrimoire.com
|
||||||
|
- homepage.description=Calibre Library
|
||||||
|
- kuma.calibre.http.name="Calibre"
|
||||||
|
- kuma.calibre.http.url=http://calibre:8080
|
||||||
|
- caddy=calibre.netgrimoire.com
|
||||||
|
- caddy.import=authentik
|
||||||
|
- caddy.reverse_proxy="{{upstreams 8080}}"
|
||||||
|
# placement:
|
||||||
|
# constraints:
|
||||||
|
# - node.hostname == nas
|
||||||
|
|
||||||
|
networks:
|
||||||
|
netgrimoire:
|
||||||
|
external: true
|
||||||
|
|
@ -26,7 +26,7 @@ services:
|
||||||
- homepage.icon=calibre.png
|
- homepage.icon=calibre.png
|
||||||
- homepage.href=http://calibre.netgrimoire.com
|
- homepage.href=http://calibre.netgrimoire.com
|
||||||
- homepage.description=Calibre Library
|
- homepage.description=Calibre Library
|
||||||
- kuma.calibre.http.name="Calibre"
|
- kuma.calibre.http.name="Calibre "
|
||||||
- kuma.calibre.http.url=http://calibre:8080
|
- kuma.calibre.http.url=http://calibre:8080
|
||||||
- caddy=calibre.netgrimoire.com
|
- caddy=calibre.netgrimoire.com
|
||||||
- caddy.import=authentik
|
- caddy.import=authentik
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue