-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
keploy/samples-go
#195Labels
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