Add more steps to DOKKU

This commit is contained in:
Glenn Y. Rolland 2023-01-11 11:34:37 +01:00
parent 29dbc8b099
commit 1708d1ec35
1 changed files with 18 additions and 0 deletions

View File

@ -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/config:/etc/ntfy
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