feat: fintrack
docs: add CHANGELOG.md tracking project history
docs: add CONTRIBUTING.md with contribution guidelines
docs: add MIT License
ci(docker): add multi-stage Dockerfile for containerized builds
ci(docker-compose): add docker-compose for easy deployment
ci(docker): add .dockerignore to optimize build context
ci(gitlab): add GitLab CI/CD pipeline with container registry
chore(docker-compose): support both local build and registry image
fix(docker): install Clojure CLI tools in runtime stage
ci(gitlab): trigger deploy only on version tags (v<number>)
fix(docker): use official clojure:temurin-21-alpine image
fix(docker): add JDK to frontend builder stage