Try readarr

This commit is contained in:
Colin Hebert
2023-01-22 07:13:03 +01:00
parent f248301bd0
commit e6775d7ac2

View File

@@ -20,6 +20,25 @@ services:
traefik.enable: true traefik.enable: true
traefik.http.routers.lazylibrarian.middlewares: authelia@file traefik.http.routers.lazylibrarian.middlewares: authelia@file
readarr:
hostname: readarr
image: linuxserver/readarr
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- reverse-proxy
- torrents
- usenet
volumes:
- readarr_config:/config/
- data:/data
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.readarr.middlewares: authelia@file
networks: networks:
reverse-proxy: reverse-proxy:
external: true external: true
@@ -40,3 +59,8 @@ volumes:
type: none type: none
o: bind o: bind
device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/lazylibrarian_config/ device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/lazylibrarian_config/
readarr_config:
driver_opts:
type: none
o: bind
device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/readarr_config/