diff --git a/docker/audiobookshelf.yaml b/docker/audiobookshelf.yaml new file mode 100644 index 0000000..c491379 --- /dev/null +++ b/docker/audiobookshelf.yaml @@ -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 \ No newline at end of file