What's Changed
- feat: new publish directory flag by @lorenzomigliorero in #297
- feat: static buildtype by @lorenzomigliorero in #304
- fix(swarm): remove restart policy #306 by @Siumauricio in #307
- fix: align entry point names in configs by @ca110us in #309
- feat(template): add teable template by @kucherenko in #305
- docs(templates): add documentation about teable and open webui templates by @kucherenko in #311
- fix(docker-context): add docker context path #284 by @Siumauricio in #310
- v0.6.0 by @Siumauricio in #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
Full Changelog: v0.5.1...v0.6.0