From 0a1c6159c09562e780f0e50a7a0802fecfcaf7c2 Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 30 Jun 2025 18:19:36 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update calibre/compose.yaml --- calibre/compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/calibre/compose.yaml b/calibre/compose.yaml index f18e6ad..d7f0c38 100644 --- a/calibre/compose.yaml +++ b/calibre/compose.yaml @@ -38,6 +38,22 @@ services: labels: caddy: books.fern.garden 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: default: