Compare commits
2 commits
410757f485
...
f21401e943
Author | SHA1 | Date | |
---|---|---|---|
f21401e943 | |||
a6ce36fe52 |
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM docuseal/docuseal:1.3.7
|
FROM docuseal/docuseal:1.6.1
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,16 @@
|
||||||
|
|
||||||
$ dokku apps:create APPNAME
|
$ dokku apps:create APPNAME
|
||||||
$ dokku config:set APPNAME --no-restart FORCE_SSL=https://example.com
|
$ dokku config:set APPNAME --no-restart FORCE_SSL=https://example.com
|
||||||
|
$ mkdir /home/data/docuseal/data
|
||||||
|
$ dokku storage:mount sign /home/data/sign.docuseal/data:/data
|
||||||
$ dokku postgres:create APPNAME
|
$ dokku postgres:create APPNAME
|
||||||
$ dokku postgres:link signature signature
|
$ dokku postgres:link signature signature
|
||||||
|
$ dokku domains:add sign sign.apps.glenux.net
|
||||||
|
$ dokku letsencrypt:set sign email from--dokku-danaos@glenux.net
|
||||||
|
$ dokku letsencrypt:enable sign
|
||||||
|
$ dokku proxy:ports-set sign http:80:3000 https:443:3000
|
||||||
|
$ dokku ps:restart sign
|
||||||
|
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue