[feature]: Dockerfile and docker-compose support for S3-Keploy quickstart
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 18.5k
- Forks
- 2.4k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 101
Description
👀 Is there an existing feature request for this?
- I have searched the existing issues
🔖 Enhancement description
Description
The S3-Keploy quickstart currently lacks Docker and Docker Compose support, making it harder for contributors to run the sample without manual Go installation and setup. Most other quickstarts in the repository (gin-mongo, echo-sql, mux-sql, fasthttp-postgres, etc.) have Docker support, but S3-Keploy is missing these files.
Current Situation
- ❌ No Dockerfile present
- ❌ No docker-compose.yml file
- ❌ README only covers manual setup on Ubuntu
- ✅ Application code is complete and functional
Proposed Solution
Add Docker support similar to other quickstarts in the repository:
- Dockerfile - Multi-stage build following the pattern used in fasthttp-postgres and other samples
- docker-compose.yml - Service configuration with AWS credentials volume mounting
- README updates - Add "Running app using Docker" section with clear instructions
🎤 Why should this be worked on?
The S3-Keploy quickstart currently lacks Docker and Docker Compose support, making it harder for contributors to run the sample without manual Go installation and setup. Most other quickstarts in the repository (gin-mongo, echo-sql, mux-sql, fasthttp-postgres, etc.) have Docker support, but S3-Keploy is missing these files.
💻 Repository
samples-go
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the S3-Keploy quickstart README and compare its setup with the fasthttp-postgres and other Docker-enabled samples. Add the requested Dockerfile and docker-compose.yml, then document Docker-based startup in the README, including the AWS credentials volume setup described in the issue. Done means contributors can run the quickstart without manually installing Go.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, docker, docker-compose, go
- Domain
- devops, documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100