Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 824 Bytes

File metadata and controls

22 lines (15 loc) · 824 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2025-10-22

Added

  • Added Dockerfile to containerize the application production deployment.
  • Introduced docker-compose.yml for easy multi-container orchestration.
  • Implemented environment variable support for configuration settings.
  • Added health check endpoint for monitoring container status.
  • Created documentation for Docker setup and usage.
  • Addef GitHub Actions workflow for automated linting, Docker image building etc.
  • Better documentation.

Changed

  • Flatten the project structure. It was unnecessarily nested with sub-folders.