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