templates/blueprints/blinko/template.yml
2025-03-30 03:47:53 -06:00

21 lines
486 B
YAML

variables:
main_domain: ${domain}
postgres_password: ${password:16}
nextauth_secret: ${password:32}
nextauth_url: http://${main_domain}
next_public_base_url: http://${main_domain}
config:
domains:
- serviceName: blinko-website
port: 1111
host: ${main_domain}
env:
- nextauth_secret=${nextauth_secret}
- postgres_password=${postgres_password}
- nextauth_url=${nextauth_url}
- next_public_base_url=${next_public_base_url}
mounts: []