Files
templates/blueprints/drizzle-gateway/template.toml
Jing Chen 5c97dbe3fe feat: add drizzle gateway (#274)
* feat: add drizzle gateway

* fix: add missing template

* Update and rename drizzle-gateway.yml to docker-compose.yml

* feat: add meta json

* Update meta.json

* Update docker-compose.yml

* Update docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-08-22 23:18:24 -06:00

15 lines
217 B
TOML

[variables]
main_domain = "${domain}"
masterpass = "${base64:32}"
[config]
env = [
"MASTERPASS=${masterpass}",
]
mounts = []
[[config.domains]]
serviceName = "drizzle-gateway"
port = 4_983
host = "${main_domain}"