templates/blueprints/homarr/template.yml

14 lines
219 B
YAML

variables:
main_domain: ${domain}
secret_key: ${password:64}
config:
domains:
- serviceName: homarr
port: 7575
host: ${main_domain}
env:
- SECRET_ENCRYPTION_KEY=${secret_key}
mounts: []