mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add Blinko
This commit is contained in:
16
blueprints/blinko/template.yml
Normal file
16
blueprints/blinko/template.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
variables:
|
||||
main_domain: ${domain}
|
||||
postgres_password: ${password:16}
|
||||
nextauth_secret: ${password:32}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: blinko-website
|
||||
port: 1111
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
- NEXTAUTH_URL=https://${main_domain}
|
||||
- NEXT_PUBLIC_BASE_URL=https://${main_domain}
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user