Compare commits
No commits in common. "afbcb3dd7423c93794788ffecb8517639ab26c2b" and "809e64ca10a5d8a7ae06c0d989978ddc63ec6f34" have entirely different histories.
afbcb3dd74
...
809e64ca10
2 changed files with 1 additions and 43 deletions
14
.drone.yml
14
.drone.yml
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
username: kevinbacon
|
|
||||||
password: pa55word
|
|
||||||
repo: foo/bar
|
|
||||||
tags: latest
|
|
||||||
|
|
||||||
#
|
|
30
DOKKU.md
30
DOKKU.md
|
@ -1,32 +1,4 @@
|
||||||
|
|
||||||
dokku apps:create notify
|
dokku apps:create notify
|
||||||
|
|
||||||
Create storage
|
docker
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
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