mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Add LibreTranslate translation API template for Dokploy * correcion de ubicacion del meta.json de libretranslate * Fix: process and sort meta.json * style: Update logo for light and dark theme compatibility * Update blueprints/libretranslate/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
8 lines
133 B
TOML
8 lines
133 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "libretranslate"
|
|
port = 5000
|
|
host = "${main_domain}" |