JustDeploy is an open-source application designed to simplify the deployment process for developers. It allows you to deploy your applications on your

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-18 08:30:13

JustDeploy is an open-source application designed to simplify the deployment process for developers. It allows you to deploy your applications on your own server. JustDeploy handles server connection, Docker installation, and secure certificate generation, making the deployment process seamless and efficient. JustDeploy read your app source (.env, Dockfile, docker-compose) and allow you to deploy it.

JustDeploy is that it doesn't install anything on your server other than your application. This makes it an ideal choice for small servers with limited resources or development environments

JustDeploy will create a ./justdeploy folder at the root of your project to be able to store the deployment information and the certificates that certify to communicate with the docker engine.

When you have deploy your app you can create and connect a database services from preconfigured services or your local docker-compose settings.

Leave a Comment