doc: add README

This commit is contained in:
Glenn Y. Rolland 2024-01-15 18:54:49 +01:00
parent 17e6f67c61
commit 86a4456dfe

11
README.md Normal file
View file

@ -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