Add app.json for Dokku

This commit is contained in:
Alex Gleason 2022-08-05 15:42:56 -05:00
parent 5d31b5a9e9
commit d317e08b49
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

13
app.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "Soapbox BE",
"description": "Soapbox BE (Backend), the recommended backend for Soapbox based on Pleroma.",
"keywords": [
"fediverse"
],
"website": "https://soapbox.pub",
"dokku": {
"plugins": [
"postgres"
]
}
}