logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Dokku Apps - PaaS Deployment | Online Free DevTools by Hexmos

Create and manage apps with Dokku, the Docker-powered PaaS. Streamline application deployment and scaling on your server with this easy-to-use tool. Free online tool, no registration required.

dokku

Docker powered mini-Heroku (PaaS). Easily deploy multiple apps to your server in different languages using a single git-push command. More information: https://dokku.com/docs/deployment/application-deployment/.

  • List running apps:

dokku apps

  • Create an app:

dokku apps:create {{app_name}}

  • Remove an app:

dokku apps:destroy {{app_name}}

  • Install plugin:

dokku plugin:install {{full_repo_url}}

  • Link database to an app:

dokku {{db}}:link {{db_name}} {{app_name}}

See Also