Replace MinIO with Garage in deployment example#6
Open
krystofkomanec wants to merge 2 commits intomainfrom
Open
Replace MinIO with Garage in deployment example#6krystofkomanec wants to merge 2 commits intomainfrom
krystofkomanec wants to merge 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the local Docker Compose deployment example to use Garage as the S3-compatible object storage backend instead of MinIO, including bootstrap automation and documentation updates for the new setup.
Changes:
- Replace MinIO service/configuration with a Garage service plus a
garage.tomlconfig. - Update S3-related defaults in
example.envandconfig/application.yml, and adjust the bootstrap script to initialize Garage (layout, bucket, key, permissions). - Refresh README instructions, verification checklist, and troubleshooting guidance for the Garage-backed setup.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
docker-compose.yml |
Swaps MinIO for Garage, adds Garage config mount and S3 env propagation to app services. |
config/garage.toml |
Introduces single-node local POC configuration for Garage (S3 + admin APIs). |
create-bucket.sh |
Replaces MinIO bucket creation with Garage bootstrap (layout/bucket/key/allow). |
example.env |
Replaces MinIO version with Garage version and adds S3 + Garage secret defaults. |
config/application.yml |
Updates S3 credentials/region and documents the host-reachable S3 endpoint intent. |
README.md |
Updates docs from MinIO to Garage, adds quick start + verification + troubleshooting. |
.gitignore |
Ignores Garage local state directories under garage-data/. |
garage-data/.gitkeep |
Keeps the optional local Garage data directory present in the repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.