Compare commits
No commits in common. "f21401e9434217597f8a3d9ba49955555e7acae9" and "410757f485660898ded60f110b47657e75d7c2d3" have entirely different histories.
f21401e943
...
410757f485
2 changed files with 1 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM docuseal/docuseal:1.6.1
|
||||
FROM docuseal/docuseal:1.3.7
|
||||
|
||||
|
||||
|
|
|
@ -3,16 +3,8 @@
|
|||
|
||||
$ dokku apps:create APPNAME
|
||||
$ 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: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
|
||||
|
||||
|
|
Loading…
Reference in a new issue