mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* 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>
15 lines
217 B
TOML
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}"
|