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
6e769d6065
commit
0a1c6159c0
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,22 @@ services:
|
||||||
caddy: books.fern.garden
|
caddy: books.fern.garden
|
||||||
caddy.reverse_proxy: "{{upstreams 8083}}"
|
caddy.reverse_proxy: "{{upstreams 8083}}"
|
||||||
|
|
||||||
|
calibre-web-automated:
|
||||||
|
image: crocodilestick/calibre-web-automated:latest
|
||||||
|
container_name: calibre-web-automated
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1800
|
||||||
|
- TZ=Australia/Perth
|
||||||
|
volumes:
|
||||||
|
- /mnt/docker/calibre-web-automated/config:/config
|
||||||
|
- /media/media/calibre/ingest:/cwa-book-ingest
|
||||||
|
- /media/media/calibre/library:/calibre-library
|
||||||
|
ports:
|
||||||
|
# Change the first number to change the port you want to access the Web UI, not the second
|
||||||
|
- 8083:8083
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue