Add audiobookshelf

This commit is contained in:
Peter Smit
2025-03-29 13:51:54 +01:00
parent 3c8bea1a02
commit 456d3755e4
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:2.20.0
ports:
- 13378:80
volumes:
- ${AUDIOBOOKSHELF_DIR}/audiobooks:/audiobooks
- ${AUDIOBOOKSHELF_DIR}/podcasts:/podcasts
- ${AUDIOBOOKSHELF_DIR}/config:/config
- ${AUDIOBOOKSHELF_DIR}/metadata:/metadata
environment:
- TZ=Europe/Amsterdam