Create audiobookshelf.yaml
This commit is contained in:
18
audiobookshelf.yaml
Normal file
18
audiobookshelf.yaml
Normal 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
|
||||
Reference in New Issue
Block a user