mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: migrate templates
This commit is contained in:
21
blueprints/twenty/template.yml
Normal file
21
blueprints/twenty/template.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
db_password: ${generatePassword()}
|
||||
db_user: "twenty"
|
||||
app_secret: ${generateBase64(32)}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: twenty-server
|
||||
port: 3000
|
||||
host: ${main_domain}
|
||||
|
||||
env:
|
||||
TWENTY_HOST: ${main_domain}
|
||||
DB_USER: ${db_user}
|
||||
DB_PASSWORD: ${db_password}
|
||||
APP_SECRET: ${app_secret}
|
||||
# Optional: Configure storage path
|
||||
# STORAGE_LOCAL_PATH: ".local-storage"
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user