This commit is contained in:
2026-05-20 13:47:17 +02:00
parent be5bff6e14
commit 555d37dfaa
20 changed files with 672 additions and 17 deletions
+41
View File
@@ -0,0 +1,41 @@
version: "2.4"
services:
audiobookshelf:
container_name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf
pids_limit: 2048
user: 3000:3000
ports:
- "80:13378"
networks:
DMZ:
ipv4_address: 10.10.12.24
volumes:
- type: volume
source: audiobookshelf_data
target: /config
- type: volume
source: audiobookshelf_data
target: /metadata
volume:
subpath: metadata
- type: volume
source: audiobookshelf_data_audiobooks
target: /audiobooks
volumes:
audiobookshelf_data:
external: true
audiobookshelf_data_audiobooks:
external: true
networks:
DMZ:
external: true
name: DMZ