added audiobookshelf to stack
This commit is contained in:
23
roles/docker/templates/audiobookshelf-compose.yml.j2
Normal file
23
roles/docker/templates/audiobookshelf-compose.yml.j2
Normal 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
|
Reference in New Issue
Block a user