12 lines
273 B
Markdown
12 lines
273 B
Markdown
|
|
||
|
# 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
|