feat: Add Docker configuration for local development#277
Open
hsms4710-pixel wants to merge 1 commit into
Open
Conversation
…wstreet#272) - Add Dockerfile for containerized environment - Add docker-compose.yml for app + Ollama orchestration - Add .dockerignore for build optimization - Add DOCKER.md with comprehensive usage guide - Support CLI usage (not web server) - Configure Ollama as optional service for local LLM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Docker configuration files to simplify local development setup, as requested in #272.
Changes
Testing
Verified Functionality
Test Output
INFO - Using Ollama provider with model gemma3:4b
INFO - HTTP Request: POST http://ollama:11434/api/chat HTTP/1.1 200 OK
INFO - Total time for separate section extraction: 186.61 seconds
INFO - Successfully extracted sections: WORK_EXPERIENCE, EDUCATION, SKILLS, PROJECTS
Usage
See DOCKER.md for detailed instructions.
Quick start:
docker-compose up --build
Related Issue
Closes #272