diff --git a/blueprints/keydb/template.toml b/blueprints/keydb/template.toml new file mode 100644 index 00000000..9905c300 --- /dev/null +++ b/blueprints/keydb/template.toml @@ -0,0 +1,12 @@ +[variables] +main_domain = "${domain}" +keydb_password = "${password:16}" + +[config] +[[config.domains]] +serviceName = "keydb" +port = 6379 +host = "${main_domain}" + +[config.env] +KEYDB_PASSWORD = "${keydb_password}"