mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: migrate templates
This commit is contained in:
20
blueprints/logto/template.yml
Normal file
20
blueprints/logto/template.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
variables:
|
||||
main_domain: ${randomDomain}
|
||||
admin_domain: ${randomDomain}
|
||||
postgres_password: ${generatePassword()}
|
||||
|
||||
config:
|
||||
domains:
|
||||
- serviceName: app
|
||||
port: 3001
|
||||
host: ${main_domain}
|
||||
- serviceName: app
|
||||
port: 3002
|
||||
host: ${admin_domain}
|
||||
|
||||
env:
|
||||
LOGTO_ENDPOINT: http://${admin_domain}
|
||||
LOGTO_ADMIN_ENDPOINT: http://${admin_domain}
|
||||
LOGTO_POSTGRES_PASSWORD: ${postgres_password}
|
||||
|
||||
mounts: []
|
||||
Reference in New Issue
Block a user