added audiobookshelf to stack

This commit is contained in:
2024-10-28 15:17:52 -06:00
parent 69395a324b
commit 1fe3f7bdd5
5 changed files with 53 additions and 1 deletions

View File

@ -0,0 +1,23 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:2.16.0
volumes:
- audiobooks:/audiobooks
- podcasts:/podcasts
- config:/config
- metadata:/metadata
environment:
- TZ=America/Denver
volumes:
audiobooks:
driver: local
podcasts:
driver: local
config:
driver: local
metadata:
driver: local
networks:
default:
external: true
name: lava