feat: Add n8n.io service

This commit is contained in:
Andras Bacsai
2022-03-27 13:49:04 +02:00
parent 2b0d162226
commit a6ebfb08f7
10 changed files with 178 additions and 3 deletions

View File

@@ -165,6 +165,15 @@ export const supportedServiceTypesAndVersions = [
ports: {
main: 8010
}
},
{
name: 'n8n',
fancyName: 'n8n',
baseImage: 'n8nio/n8n',
versions: ['latest'],
ports: {
main: 5678
}
}
];