mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
17 lines
353 B
YAML
17 lines
353 B
YAML
variables:
|
|
main_domain: ${randomDomain}
|
|
calcom_encryption_key: ${base64:32}
|
|
nextauth_secret: ${base64:32}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: calcom
|
|
port: 3000
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- CALCOM_HOST=${main_domain}
|
|
- NEXTAUTH_SECRET=${nextauth_secret}
|
|
- CALENDSO_ENCRYPTION_KEY=${calcom_encryption_key}
|
|
|
|
mounts: [] |