Replace lazylibrarian with two readarr instances

This commit is contained in:
Colin Hebert
2023-01-22 10:43:16 +01:00
parent 6b2c80b672
commit fce97a3bb2

View File

@@ -1,9 +1,9 @@
name: Book collector name: Book collector
services: services:
lazylibrarian: readarr-audiobook:
hostname: lazylibrarian hostname: readaarr-audiobook
image: linuxserver/lazylibrarian image: linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks] profiles: [ebooks]
environment: environment:
PUID: ${NASCOMPOSE_UID?} PUID: ${NASCOMPOSE_UID?}
@@ -13,15 +13,15 @@ services:
- torrents - torrents
- usenet - usenet
volumes: volumes:
- lazylibrarian_config:/config/ - readarr_config:/config/
- data:/data/ - data:/data/
restart: unless-stopped restart: unless-stopped
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.lazylibrarian.middlewares: authelia@file traefik.http.routers.readarr.middlewares: authelia@file
readarr: readarr-ebook:
hostname: readarr hostname: raeadarr-ebook
image: linuxserver/readarr:develop # TODO: Move to a stable version image: linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks] profiles: [ebooks]
environment: environment:
@@ -54,13 +54,13 @@ volumes:
o: bind o: bind
device: ${NASCOMPOSE_DATA?} device: ${NASCOMPOSE_DATA?}
lazylibrarian_config: readarr-audiobook_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/lazylibrarian_config/ device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/readarr-audiobook_config/
readarr_config: readarr-ebook_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/readarr_config/ device: ${NASCOMPOSE_SERVICES?}/book-collector/volumes/readarr-ebook_config/