Files
templates/blueprints/autobase/template.toml
Ali AlNaghmousgh 76d84319bd feat: add Autobase template (#85)
* feat: add Autobase template

* Added Autobase, an open-source alternative to cloud-managed databases, to the meta.json file with relevant details including version, description, links, logo, and tags.

* Update blueprints/autobase/docker-compose.yml

* Update blueprints/autobase/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-04-20 22:48:29 -06:00

24 lines
464 B
TOML

[variables]
main_domain = "${domain}"
api_domain = "${domain}"
authenticattion_token = "${base64:32}"
[config]
env = [
"HTTP_PORT=8900",
"API_PORT=8090",
"PG_CONSOLE_API_URL=https://${api_domain}",
"PG_CONSOLE_AUTHORIZATION_TOKEN=${authenticattion_token}",
]
mounts = []
[[config.domains]]
serviceName = "autobase-console"
port = 80
host = "${main_domain}"
[[config.domains]]
serviceName = "autobase-console"
port = 8_080
host = "${api_domain}"