mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
237 B
YAML
15 lines
237 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
jwt_secret: ${base64:64}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: nocodb
|
|
port: 8000
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
NOCODB_PORT: "8000"
|
|
NC_AUTH_JWT_SECRET: ${jwt_secret}
|
|
|
|
mounts: [] |