Add app.json for Dokku
This commit is contained in:
parent
5d31b5a9e9
commit
d317e08b49
1 changed files with 13 additions and 0 deletions
13
app.json
Normal file
13
app.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue