mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Audiobookshelf service, including environment variables and volume configuration. - Added logo for Audiobookshelf. - Created template.toml for Audiobookshelf with default variables for configuration.
12 lines
230 B
TOML
12 lines
230 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
audiobooks_path = "/path/to/your/audiobooks"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "audiobookshelf"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
AUDIOBOOKS_PATH = "${audiobooks_path}" |