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:
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: []
|
||||||
Reference in New Issue
Block a user