Skip to content

fix: S3 compatibility#12

Merged
Quentinchampenois merged 11 commits intodevelopfrom
fix/docker
Jan 21, 2025
Merged

fix: S3 compatibility#12
Quentinchampenois merged 11 commits intodevelopfrom
fix/docker

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