New
0.7.1
Highlights
- Migrate from Poetry to
uv. - Simplifications and improvements for Docker Compose files, Traefik Dockerfiles.
- Make the API use its own domain
api.example.comand the frontend usedashboard.example.com. This would make it easier to deploy them separately if you needed that. - The backend and frontend on Docker Compose now listen on the same port as the local development servers, this way you can stop the Docker Compose services and run the local development servers without changing the frontend configuration.
Features
- ๐ฉบ Add DB healthcheck. PR #1342 by .