26.6.1
Docker runtime support release.
Added
- Added Docker Compose support for running the docs, frontend, backend, PostgreSQL, and Traefik together.
- Added Dockerfiles for the VitePress docs, Vue frontend, and FastAPI backend.
- Added Traefik host routing for the docs, frontend, backend API, and dashboard.
- Added a PostgreSQL container with persistent Docker volume storage and backend health checks.
- Added environment examples for local hostnames and database connection settings.
- Added root
.gitignorecoverage for local environment files, build output, Python caches, and Node dependencies.
Changed
- Updated backend health checks to validate the database connection when
DATABASE_URLis configured. - Documented Docker usage in the getting started, backend, and frontend guides.