Adding Audiobookshelf

This commit is contained in:
Frank "PHiAX" Weggelaar 2025-12-06 10:25:18 +01:00
parent f206a782b1
commit cf4286952b

View file

@ -0,0 +1,19 @@
#########################################################################
# #
# Description: Audiobookself is a self-hosted audiobook manager #
# ReferenceURL: https://github.com/advplyr/audiobookshelf #
# #
#########################################################################
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13378:80
volumes:
- /mnt/media/Books/:/books
- /mnt/media/Podcasts:/podcasts
- /mnt/media/Containers/audiobookshelf/config:/config
- /mnt/media/Containers/audiobookshelf/metadata:/metadata
environment:
- TZ=Europe/Amsterdam