Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Last active August 29, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrrooijen/83a5c86eae61f635e6e1 to your computer and use it in GitHub Desktop.
Save mrrooijen/83a5c86eae61f635e6e1 to your computer and use it in GitHub Desktop.
Dokku Information
echo 1 > /proc/sys/vm/overcommit_memory
https://github.com/wmluke/dokku-domains-plugin
https://github.com/jeffutter/dokku-mongodb-plugin
https://github.com/sehrope/dokku-logging-supervisord
https://github.com/motin/dokku-user-env-compile
https://github.com/jezdez/dokku-postgres-plugin
https://github.com/jezdez/dokku-redis-plugin
Full list: http://progrium.viewdocs.io/dokku/plugins
# crontab -e
@reboot /bin/bash -c '/usr/local/bin/dokku <DB>:start && /usr/local/bin/dokku release <APP> && /usr/local/bin/dokku deploy <APP>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment