audibookshelf
This commit is contained in:
parent
5b22009960
commit
af3e8a8104
1 changed files with 16 additions and 0 deletions
16
Containers/AudiobookShelf/compose.yml
Normal file
16
Containers/AudiobookShelf/compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
services:
|
||||||
|
audiobookshelf:
|
||||||
|
restart: unless-stopped
|
||||||
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
ports:
|
||||||
|
- 13378:80
|
||||||
|
volumes:
|
||||||
|
- /home/criz/Medias/Audiobooks:/audiobooks
|
||||||
|
- /home/criz/Medias/Podcasts:/podcasts
|
||||||
|
- ./config:/config
|
||||||
|
- ./metadata:/metadata
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Madrid
|
||||||
|
labels:
|
||||||
|
tsdproxy.enable: "true"
|
||||||
|
tsdproxy.name: "audio"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue