## Description Easy testing ## Acceptance Criteria - [ ] Create multi-stage Dockerfile - [ ] Add docker-compose for local testing - [ ] Include development and production variants - [ ] Add health checks to containers - [ ] Support configuration via environment variables ## Implementation Hints - Use Alpine Linux for smaller images - Implement proper signal handling - Add volume mounts for persistence ## Dependencies Makefile