fix: Add default webhook domain for n8n
This commit is contained in:
		@@ -24,7 +24,9 @@ export const post: RequestHandler = async (event) => {
 | 
			
		||||
		const config = {
 | 
			
		||||
			image: `${image}:${version}`,
 | 
			
		||||
			volume: `${id}-n8n:/root/.n8n`,
 | 
			
		||||
			environmentVariables: {}
 | 
			
		||||
			environmentVariables: {
 | 
			
		||||
				WEBHOOK_URL: `${service.fqdn}`
 | 
			
		||||
			}
 | 
			
		||||
		};
 | 
			
		||||
		if (serviceSecret.length > 0) {
 | 
			
		||||
			serviceSecret.forEach((secret) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user