From 86a4456dfeb178590ef37b2a836be524b8799d73 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 15 Jan 2024 18:54:49 +0100 Subject: [PATCH] doc: add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ad34bc --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ + +# Dokku setup + + $ dokku apps:create APPNAME + $ dokku config:set APPNAME --no-restart FORCE_SSL=https://example.com + $ dokku postgres:create APPNAME + $ dokku postgres:link signature signature + +## Reference + +* https://www.docuseal.co/install#docker-instructions