v0.6.0
版本发布时间: 2024-08-03 01:00:09
Dokploy/dokploy最新发布版本:v0.7.2(2024-08-27 06:14:53)
What's Changed
- feat: new publish directory flag by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/297
- feat: static buildtype by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/304
- fix(swarm): remove restart policy #306 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/307
- fix: align entry point names in configs by @ca110us in https://github.com/Dokploy/dokploy/pull/309
- feat(template): add teable template by @kucherenko in https://github.com/Dokploy/dokploy/pull/305
- docs(templates): add documentation about teable and open webui templates by @kucherenko in https://github.com/Dokploy/dokploy/pull/311
- fix(docker-context): add docker context path #284 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/310
- v0.6.0 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/312
Features
Static Mode:
1. Nixpacks Integration
- Utilize Nixpacks to build and deploy the application as a static site.
- Benefit from a consistent and reproducible build environment for smooth deployments.
2. Static File Serving
- Implement static file serving for improved performance and scalability.
-
/build/
-
/dist/
-
index.html
in the root directory - Any other static file
-
Docker images for static deployments are 60mb
New Contributors
- @ca110us made their first contribution in https://github.com/Dokploy/dokploy/pull/309
Full Changelog: https://github.com/Dokploy/dokploy/compare/v0.5.1...v0.6.0