Add more steps to DOKKU
This commit is contained in:
parent
29dbc8b099
commit
1708d1ec35
1 changed files with 18 additions and 0 deletions
18
DOKKU.md
18
DOKKU.md
|
@ -12,3 +12,21 @@ Add storage to app
|
||||||
dokku storage:mount notify /home/data/notify.ntfy/cache:/var/cache/ntfy
|
dokku storage:mount notify /home/data/notify.ntfy/cache:/var/cache/ntfy
|
||||||
dokku storage:mount notify /home/data/notify.ntfy/config:/etc/ntfy
|
dokku storage:mount notify /home/data/notify.ntfy/config:/etc/ntfy
|
||||||
dokku storage:list notify
|
dokku storage:list notify
|
||||||
|
|
||||||
|
Deploy
|
||||||
|
|
||||||
|
git remote add dokku dokku@example.com:code
|
||||||
|
git push
|
||||||
|
|
||||||
|
Setup ports
|
||||||
|
|
||||||
|
dokku proxy:port-report notify
|
||||||
|
FIXME
|
||||||
|
|
||||||
|
Add domain
|
||||||
|
|
||||||
|
dokku domains:add notify notify.example.com
|
||||||
|
|
||||||
|
Add ssl
|
||||||
|
|
||||||
|
dokku letsencrypt:enable notify
|
||||||
|
|
Loading…
Add table
Reference in a new issue