Skip to content

Commit 4647698

Browse files
committed
audiobookshelf added
1 parent 69fc4c7 commit 4647698

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

public/svgs/audiobookshelf.svg

Lines changed: 25 additions & 0 deletions
Loading

templates/compose/audiobookshelf.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# documentation: https://www.audiobookshelf.org/
2+
# slogan: Self-hosted audiobook, ebook, and podcast server
3+
# tags: audiobooks, ebooks, podcasts, server, self-hosted
4+
# logo: svgs/audiobookshelf.svg
5+
# port: 80
6+
7+
services:
8+
audiobookshelf:
9+
image: ghcr.io/advplyr/audiobookshelf:latest
10+
environment:
11+
- SERVICE_FQDN_AUDIOBOOKSHELF_80
12+
- TZ=America/Toronto
13+
volumes:
14+
- audiobookshelf-audiobooks:/audiobooks
15+
- audiobookshelf-podcasts:/podcasts
16+
- audiobookshelf-config:/config
17+
- audiobookshelf-metadata:/metadata

0 commit comments

Comments
 (0)