feat: add Docker and docker-compose support for S3-Keploy#195
Open
PrajaktaNaik17 wants to merge 1 commit intokeploy:mainfrom
Open
feat: add Docker and docker-compose support for S3-Keploy#195PrajaktaNaik17 wants to merge 1 commit intokeploy:mainfrom
PrajaktaNaik17 wants to merge 1 commit intokeploy:mainfrom
Conversation
- Add Dockerfile with multi-stage build (golang:1.21-alpine + alpine:3.18) - Add docker-compose.yml with AWS credentials volume mount - Update README.md with comprehensive Docker setup instructions - Includes ca-certificates for HTTPS connections to AWS S3 - Exposes port 3000 for the Fiber application - Follows repository conventions from other quickstarts Tested: - Docker build succeeds (22.1MB optimized image) - docker-compose up starts application successfully - Application connects to AWS S3 and API endpoints work - Port 3000 accessible and Fiber server running Fixes #3505 Signed-off-by: thund3rbird-17 <1ds23cd034@dsce.edu.in>
60df210 to
19a5c3a
Compare
Member
|
please attach a video that will cover these
ping me once these things are attached in this PR |
Author
|
Hey @officialasishkumar , |
Achanandhi-M
requested changes
Jan 21, 2026
Member
Achanandhi-M
left a comment
There was a problem hiding this comment.
Hey @PrajaktaNaik17, we need to try this with AWS. Also, in the Docker Compose setup, we don’t want to mount credentials inside the container. It would be great if you could try this from your side.
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.
Tested:
Fixes: keploy/keploy#3505