doc: add README
This commit is contained in:
parent
17e6f67c61
commit
86a4456dfe
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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
|
Loading…
Reference in a new issue