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: []