feat: Initial Audiobookshelf compose
This commit is contained in:
parent
07dafde1cf
commit
4106870575
1 changed files with 21 additions and 0 deletions
21
compose.yaml
Normal file
21
compose.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
networks:
|
||||||
|
media_network:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
services:
|
||||||
|
audiobookshelf:
|
||||||
|
container_name: audiobookshelf
|
||||||
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- "13378:80"
|
||||||
|
volumes:
|
||||||
|
- /app-config/audiobookshelf:/config
|
||||||
|
- /app-config/audiobookshelf/metadata:/metadata
|
||||||
|
- data:/data
|
||||||
Loading…
Add table
Add a link
Reference in a new issue