Configurable media folder for audiobookshelf

This commit is contained in:
2024-08-01 13:50:57 +01:00
parent 6fd65e86e3
commit b8fd469d0a
2 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
TAILSCALE_OAUTH_KEY= TAILSCALE_OAUTH_KEY=
TAILSCALE_TAGS= TAILSCALE_TAGS=
MEDIA_FOLDER=

View File

@@ -21,8 +21,8 @@ services:
audiobookshelf: audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest image: ghcr.io/advplyr/audiobookshelf:latest
volumes: volumes:
- /data/audiobooks:/audiobooks - ${MEDIA_FOLDER}/audiobooks:/audiobooks
- /data/podcasts:/podcasts - ${MEDIA_FOLDER}/podcasts:/podcasts
- audiobookshelf-config:/config - audiobookshelf-config:/config
- audiobookshelf-metadata:/metadata - audiobookshelf-metadata:/metadata
environment: environment: