Skip to content

fix: S3 compatibility #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 21, 2025
Merged

fix: S3 compatibility #12

merged 11 commits into from
Jan 21, 2025

Conversation

Quentinchampenois
Copy link
Collaborator

@Quentinchampenois Quentinchampenois commented Jan 21, 2025

🎩 Description

Please describe your pull request.

Setup the Docker env using make run.

🚨 Known issue

To make the local MinIO API calls work, you must define the host as minio:9000 in your docker-compose because docker services are resolved using the docker service name.
However, Direct uploads (for example uploading the logo in the backoffice), does not know host minio:9000 because it is resolved on the host machine (then it should be localhost:9000)

✅ Can be fixed by adding 127.0.0.1 minio in /etc/hosts

echo '127.0.0.1       minio' >> /etc/hosts

@Quentinchampenois Quentinchampenois marked this pull request as ready for review January 21, 2025 14:48
@Quentinchampenois Quentinchampenois merged commit 418a620 into develop Jan 21, 2025
2 of 6 checks passed
@Quentinchampenois Quentinchampenois deleted the fix/docker branch January 21, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant