mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: Add Umami blueprint template
This commit is contained in:
parent
7680b8b3c9
commit
a6adc9d0e9
13
blueprints/umami/template.yml
Normal file
13
blueprints/umami/template.yml
Normal file
@ -0,0 +1,13 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: umami
|
||||
port: 3000
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
APP_SECRET: ${base64:64}
|
||||
|
||||
mounts: []
|
Loading…
Reference in New Issue
Block a user