26 lines
747 B
YAML
26 lines
747 B
YAML
services:
|
|
lazylibrarian:
|
|
image: lscr.io/linuxserver/lazylibrarian:latest
|
|
container_name: lazylibrarian
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
TZ: Etc/UTC
|
|
DOCKER_MODS: linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
|
|
VIRTUAL_HOST: lazylib.brodin.rocks
|
|
LETSENCRYPT_HOST: lazylib.brodin.rocks
|
|
LETSENCRYPT_EMAIL: ${EMAIL}
|
|
volumes:
|
|
- ./config/lazylibrarian:/config
|
|
- /media/seedbox:/downloads
|
|
- ${DATA_LOCATION}/Downloads:/downloads-local
|
|
- ${DATA_LOCATION}/Audiobooks:/audiobooks
|
|
- ${DATA_LOCATION}/Books:/books
|
|
ports:
|
|
- 5299:5299
|
|
restart: unless-stopped
|
|
networks:
|
|
default:
|
|
name: nginx-proxy
|
|
external: true
|