Show HN: Docklift – Probably the cheapest and fastest way to deploy web apps
1 points| 4m1rk | 1 month ago |github.com
uv tool install docklift
# Create a Dockerfile
docklift init # Provide host info and domain
docklift deploy
That's it. It installs Docker and Docker Compose on your VPS, uploads the source code, generates `docker-compose.yml` file for the project including Caddy configuration with SSL, builds and runs the Docker container. You only need to have Dockerfile.
No comments yet.