Skip to content

Commit ad16865

Browse files
books: Remove calibre & update calibre-web books lib
1 parent 564379b commit ad16865

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

docker-compose.books.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,6 @@
11
version: "3.3"
22

33
services:
4-
calibre:
5-
image: linuxserver/calibre
6-
container_name: calibre
7-
networks:
8-
default:
9-
ipv4_address: 172.20.2.1
10-
ports:
11-
- 9080:8080
12-
- 9081:8081
13-
labels:
14-
- com.centurylinklabs.watchtower.enable=true
15-
- traefik.enable=true
16-
- traefik.http.routers.calibre.rule=Host(`calibre.${DOMAIN}`)
17-
- traefik.http.routers.calibre.entrypoints=websecured
18-
- traefik.http.routers.calibre.tls.certresolver=myresolver
19-
- traefik.http.services.calibre.loadbalancer.server.port=8080
20-
environment:
21-
- PUID=${PUID}
22-
- PGID=${PGID}
23-
- TZ=${TIMEZONE}
24-
- GUAC_USER=${CALIBRE_USERNAME}
25-
- GUAC_PASS=${CALIBRE_PASSWORD}
26-
volumes:
27-
- ${CONTAINERS}/calibre:/config
28-
restart: unless-stopped
29-
304
calibre-web:
315
image: linuxserver/calibre-web
326
container_name: calibre-web
@@ -47,6 +21,6 @@ services:
4721
- TZ=Europe/London
4822
- DOCKER_MODS=linuxserver/calibre-web:calibre
4923
volumes:
50-
- ${CONTAINERS}/calibre-web:/config
51-
- ${CONTAINERS}/calibre:/books
24+
- ${CONTAINERS}/calibre-web/config:/config
25+
- ${CONTAINERS}/calibre-web/books:/books
5226
restart: unless-stopped

0 commit comments

Comments
 (0)