Skip to content

Commit

Permalink
books: Remove calibre & update calibre-web books lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed May 10, 2021
1 parent 564379b commit ad16865
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions docker-compose.books.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
version: "3.3"

services:
calibre:
image: linuxserver/calibre
container_name: calibre
networks:
default:
ipv4_address: 172.20.2.1
ports:
- 9080:8080
- 9081:8081
labels:
- com.centurylinklabs.watchtower.enable=true
- traefik.enable=true
- traefik.http.routers.calibre.rule=Host(`calibre.${DOMAIN}`)
- traefik.http.routers.calibre.entrypoints=websecured
- traefik.http.routers.calibre.tls.certresolver=myresolver
- traefik.http.services.calibre.loadbalancer.server.port=8080
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIMEZONE}
- GUAC_USER=${CALIBRE_USERNAME}
- GUAC_PASS=${CALIBRE_PASSWORD}
volumes:
- ${CONTAINERS}/calibre:/config
restart: unless-stopped

calibre-web:
image: linuxserver/calibre-web
container_name: calibre-web
Expand All @@ -47,6 +21,6 @@ services:
- TZ=Europe/London
- DOCKER_MODS=linuxserver/calibre-web:calibre
volumes:
- ${CONTAINERS}/calibre-web:/config
- ${CONTAINERS}/calibre:/books
- ${CONTAINERS}/calibre-web/config:/config
- ${CONTAINERS}/calibre-web/books:/books
restart: unless-stopped

0 comments on commit ad16865

Please sign in to comment.