mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Calibre service, including environment variables and volume configuration. - Added logo for Calibre. - Created template.toml for Calibre with default variables for configuration. - Updated meta.json to include Calibre with detailed description, logo, and relevant links.
12 lines
194 B
TOML
12 lines
194 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
password = "${password:16}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "calibre"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
PASSWORD = "${password}" |