testicle/docker/audiobookshelf.yaml
Frank "PHiAX" Weggelaar cf4286952b Adding Audiobookshelf
2025-12-06 10:25:18 +01:00

19 lines
No EOL
802 B
YAML

#########################################################################
# #
# 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