mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-05 05:12:06 +00:00
18 lines
551 B
YAML
18 lines
551 B
YAML
# documentation: https://www.audiobookshelf.org/
|
|
# slogan: Self-hosted audiobook, ebook, and podcast server
|
|
# tags: audiobooks, ebooks, podcasts, server, self-hosted
|
|
# logo: svgs/audiobookshelf.svg
|
|
# port: 80
|
|
|
|
services:
|
|
audiobookshelf:
|
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
|
environment:
|
|
- SERVICE_FQDN_AUDIOBOOKSHELF_80
|
|
- TZ=America/Toronto
|
|
volumes:
|
|
- audiobookshelf-audiobooks:/audiobooks
|
|
- audiobookshelf-podcasts:/podcasts
|
|
- audiobookshelf-config:/config
|
|
- audiobookshelf-metadata:/metadata
|