Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion services-available/lazylibrarian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ services:
volumes:
- ./etc/lazylibrarian:/config
- /etc/localtime:/etc/localtime:ro
- ./etc/lazylibrarian/downloads:/downloads
- ${MEDIA_BOOKS_VOLUME:-./media/books}:/books
- ${MEDIA_DOWNLOADS_VOLUME:-./media/downloads}:/downloads
environment:
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- TZ=${TZ}
- DOCKER_MODS=linuxserver/mods:universal-calibre|linuxserver/mods:lazylibrarian-ffmpeg #optional
healthcheck:
test: curl --fail http://localhost:5299 || exit 1
interval: 60s
retries: 5
start_period: 20s
timeout: 10s
labels:
- joyride.host.name=${LAZYLIBRARIAN_HOST_NAME:-lazylibrarian}.${HOST_DOMAIN}
- traefik.enable=${LAZYLIBRARIAN_TRAEFIK_ENABLED:-true}
Expand Down