feat: Initial Audiobookshelf compose

This commit is contained in:
sascha 2026-04-29 18:56:23 +02:00
parent 07dafde1cf
commit 4106870575

21
compose.yaml Normal file
View 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