Install some dokku plugins
This commit is contained in:
parent
83c84abc62
commit
50c5ed68e3
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
||||||
ssh_extra_allowed_users: dokku
|
ssh_extra_allowed_users: dokku
|
||||||
|
|
||||||
dokku_daemon_install: false
|
dokku_daemon_install: false
|
||||||
|
dokku_plugins:
|
||||||
|
- name: postgres
|
||||||
|
url: https://github.com/dokku/dokku-postgres.git
|
||||||
|
|
||||||
|
- name: redis
|
||||||
|
url: https://github.com/dokku/dokku-redis.git
|
||||||
|
|
||||||
|
- name: letsencrypt
|
||||||
|
url: https://github.com/dokku/dokku-letsencrypt.git
|
||||||
|
|
||||||
|
- name: redirect
|
||||||
|
url: https://github.com/dokku/dokku-redirect.git
|
||||||
|
|
Loading…
Reference in a new issue