templates/blueprints/onetimesecret/template.yml
2025-03-12 19:21:36 -04:00

16 lines
247 B
YAML

variables:
main_domain: ${domain}
config:
domains:
- serviceName: onetimesecret
port: 3000
host: ${main_domain}
env:
- HOST=${main_domain}:3000
- SECRET=${password:32}
- COLONEL=admin@example.com
mounts: []