File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.3"
2
2
3
3
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
-
30
4
calibre-web :
31
5
image : linuxserver/calibre-web
32
6
container_name : calibre-web
@@ -47,6 +21,6 @@ services:
47
21
- TZ=Europe/London
48
22
- DOCKER_MODS=linuxserver/calibre-web:calibre
49
23
volumes :
50
- - ${CONTAINERS}/calibre-web:/config
51
- - ${CONTAINERS}/calibre:/books
24
+ - ${CONTAINERS}/calibre-web/config :/config
25
+ - ${CONTAINERS}/calibre-web/books :/books
52
26
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments