Create audiobookshelf.yaml

This commit is contained in:
Tobias Nauen
2025-04-26 09:32:23 +02:00
committed by GitHub
parent c48b500a65
commit dc707dc15b

18
audiobookshelf.yaml Normal file
View File

@@ -0,0 +1,18 @@
version: "3.7"
networks:
frontend:
# add this if the network is already existing!
external: true
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
volumes:
- /hdd/media/audiobooks:/audiobooks
- /hdd/media/podcasts:/podcasts
- /hdd/audobookshelf/config:/config
- /hdd/audobookshelf/metadata:/metadata
restart: 'unless-stopped'
networks:
- frontend