mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* feat: add HashiCorp Vault template * Update blueprints/vault/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
18 lines
274 B
TOML
18 lines
274 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
root_token = "${password:32}"
|
|
|
|
[config]
|
|
|
|
[[config.domains]]
|
|
serviceName = "vault"
|
|
port = 8200
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
VAULT_DEV_ROOT_TOKEN_ID = "${root_token}"
|
|
VAULT_DEV_LISTEN_ADDRESS = "0.0.0.0:8200"
|
|
|
|
[[config.mounts]]
|
|
|