feat: Fider service

This commit is contained in:
Andras Bacsai
2022-04-29 22:25:04 +02:00
parent e5b1ce4eef
commit a3fd95020d
9 changed files with 456 additions and 0 deletions

View File

@@ -202,5 +202,16 @@ export const supportedServiceTypesAndVersions = [
ports: {
main: 8080
}
},
{
name: 'fider',
fancyName: 'Fider',
baseImage: 'getfider/fider',
images: ['postgres:12-alpine'],
versions: ['stable'],
recommendedVersion: 'stable',
ports: {
main: 3000
}
}
];