Added support for Audiobookshelf

This commit is contained in:
Luc Timmerman
2022-11-23 19:54:28 +01:00
parent 2648a3a6dc
commit afb80f46f8
6 changed files with 45 additions and 2 deletions

View File

@@ -75,6 +75,20 @@ services:
- "8090:8090"
restart: unless-stopped
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
container_name: audiobookshelf
environment:
- AUDIOBOOKSHELF_UID=13009
- AUDIOBOOKSHELF_GID=13000
ports:
- "13378:80"
volumes:
- /home/user/ezarr/data/audiobooks:/audiobooks
- /home/user/ezarr/data/podcasts:/podcasts
- /home/user/ezarr/config/audiobookshelf:/config
- /home/user/ezarr/data/audiobookshelf-metadata:/metadata
prowlarr:
image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr