v0.20.0: Watch Paths, Remote Templates, Auto Backups Cleanup
March 11, 2025 • 2 min read
We are excited to announce Dokploy v0.20.0, packed with major improvements, new features, and a revamped template system! This release brings better automation, flexibility, and usability enhancements to streamline your deployments.
HTTP3 Support for Traefik
have migrated from Docker Swarm service to a standalone container for Traefik, which now supports HTTP3 by default for new installations. Existing installations will need to update their traefik.yml configuration:
Watch Paths for Selective Deployments
You can now specify watch paths to trigger deployments based on changes in specific directories. This provides more granular control over which parts of your project should be redeployed, reducing unnecessary builds and saving time, useful for monorepos.
New Remote Templates System
We have migrated templates to a separate repository—meaning templates are now independent of Dokploy releases! You can find them here: 👉 Dokploy Templates Repository
In addition, you can now specify a url to an external repository if you want to publish your own directory, the default directory is https://templates.dokploy.com/
Additionally, you can now import templates from the web using a Base64-encoded string, making it easier to test and deploy templates without waiting for new releases.
Database Rebuild Feature
Instead of deleting and recreating a database, you can now wipe your existing database with a single click and start from scratch.
Auto Backup Cleanup: Keep Only the Latest N Backups
Now you can specify how many backups to keep in your storage bucket. This ensures older backups are automatically cleaned up, preventing unnecessary files.
Additional Enhancements & Fixes
- Domains: Added support for custom certificate resolvers.
- Bulk Actions: Move and delete multiple services at once.
Breaking Changes
- Due to issue #1345 it was necessary to migrate from traefik service to standalone docker container, so when you upgrade you may have downtimes or crashes due to the recreation of the container, additionally the templates will have to be deployed again to update the references of the new traefik container.
Upgrade Now!
To start using the new features, update to v0.20.0 and let us know your feedback.
Related Posts

v0.21.0: Gitea Provider, Backups and Restore for Dokploy, Duplicate services
March 30, 2025 • 2 min read
We're thrilled to announce Dokploy v0.21.0, bringing exciting new features to enhance your deployment workflow! This release introduces a Gitea provider, backup and restore capabilities for Dokploy itself, and the ability to duplicate services. Gitea Provider You can now use Gitea as a provider for your Dokploy deployments! This allows you to seamlessly integrate your Gitea repositories with Dokploy, streamlining your deployment process. Backups and Restore for Dokploy We've added the ab

v0.19.0: Organizations, AI-Powered Deployments & More!
March 3, 2025 • 2 min read
The latest Dokploy release, v0.19.0, introduces significant updates, including organizations, an AI-powered Docker Compose generator, improved authentication, and a redesigned API keys system. Additionally, Dokploy Cloud now supports GitHub and Google authentication for a smoother login experience. New Features: Organizations Dokploy now supports multiple organizations, allowing users to better isolate and manage their resources. This is useful for teams working on multiple projects or mana