Jake Howard
fe5a5984c3
They're not needed for anything, and caused annoying weird issues when cycling containers
16 lines
486 B
YAML
16 lines
486 B
YAML
version: "2.3"
|
|
services:
|
|
calibre:
|
|
image: linuxserver/calibre-web:latest
|
|
environment:
|
|
- PUID={{ docker_user.id }}
|
|
- PGID={{ docker_user.id }}
|
|
- TZ=Europe/London
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/config
|
|
- /srv/nextcloud-data/data/jake/files/EBooks:/books:ro
|
|
labels:
|
|
- traefik.enable=true
|
|
- traefik.http.routers.calibre.rule=Host(`calibre.jakehoward.tech`)
|
|
- traefik.http.routers.calibre.tls.certresolver=le
|