mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
[Komodo] fern: Write Compose File: update calibre/compose.yaml
This commit is contained in:
parent
0a1c6159c0
commit
b45c5017cf
1 changed files with 8 additions and 50 deletions
|
@ -1,44 +1,4 @@
|
||||||
services:
|
services:
|
||||||
calibre:
|
|
||||||
image: lscr.io/linuxserver/calibre:latest
|
|
||||||
container_name: calibre
|
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
- proxy
|
|
||||||
- media
|
|
||||||
security_opt:
|
|
||||||
- seccomp:unconfined
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1800
|
|
||||||
- TZ=Australia/Perth
|
|
||||||
volumes:
|
|
||||||
- calibre_config:/config
|
|
||||||
- /media:/media
|
|
||||||
restart: unless-stopped
|
|
||||||
labels:
|
|
||||||
caddy: calibre.ferngarden.net
|
|
||||||
caddy.import: internal
|
|
||||||
caddy.reverse_proxy: "{{upstreams 8080}}"
|
|
||||||
|
|
||||||
calibre-web:
|
|
||||||
image: lscr.io/linuxserver/calibre-web:latest
|
|
||||||
container_name: calibre-web
|
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
- proxy
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1800
|
|
||||||
- TZ=Australia/Perth
|
|
||||||
volumes:
|
|
||||||
- calibre-web_config:/config
|
|
||||||
- /media:/media
|
|
||||||
restart: unless-stopped
|
|
||||||
labels:
|
|
||||||
caddy: books.fern.garden
|
|
||||||
caddy.reverse_proxy: "{{upstreams 8083}}"
|
|
||||||
|
|
||||||
calibre-web-automated:
|
calibre-web-automated:
|
||||||
image: crocodilestick/calibre-web-automated:latest
|
image: crocodilestick/calibre-web-automated:latest
|
||||||
container_name: calibre-web-automated
|
container_name: calibre-web-automated
|
||||||
|
@ -50,9 +10,13 @@ services:
|
||||||
- /mnt/docker/calibre-web-automated/config:/config
|
- /mnt/docker/calibre-web-automated/config:/config
|
||||||
- /media/media/calibre/ingest:/cwa-book-ingest
|
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||||
- /media/media/calibre/library:/calibre-library
|
- /media/media/calibre/library:/calibre-library
|
||||||
ports:
|
networks:
|
||||||
# Change the first number to change the port you want to access the Web UI, not the second
|
- default
|
||||||
- 8083:8083
|
- proxy
|
||||||
|
- media
|
||||||
|
labels:
|
||||||
|
caddy: books.fern.garden
|
||||||
|
caddy.reverse_proxy: '{{ upstreams 8083 }}'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
@ -61,9 +25,3 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
media:
|
media:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
|
||||||
calibre_config:
|
|
||||||
name: calibre_config
|
|
||||||
calibre-web_config:
|
|
||||||
name: calibre-web_config
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue