Add instructions for dokku
This commit is contained in:
parent
809e64ca10
commit
29dbc8b099
1 changed files with 11 additions and 1 deletions
12
DOKKU.md
12
DOKKU.md
|
@ -1,4 +1,14 @@
|
||||||
|
|
||||||
dokku apps:create notify
|
dokku apps:create notify
|
||||||
|
|
||||||
docker
|
Create storage
|
||||||
|
|
||||||
|
mkdir -p /home/data/notify.ntfy
|
||||||
|
mkdir -p /home/data/notify.ntfy/cache
|
||||||
|
mkdir -p /home/data/notify.ntfy/config
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue