cloudron-drone-app/CloudronManifest.json
Felix Bartels ab399ce040 Add scripting to run drone-server on Cloudron
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-06-05 22:25:57 +02:00

12 lines
187 B
JSON

{
"version": "0.0.1",
"id": "com.github.drone",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"postgresql": {}
},
"manifestVersion": 2
}