From d317e08b49dd6709d76aaa4ae22a6c26eabb3623 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 5 Aug 2022 15:42:56 -0500 Subject: [PATCH] Add app.json for Dokku --- app.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000000..41ecdb0630 --- /dev/null +++ b/app.json @@ -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" + ] + } +} \ No newline at end of file