Skip to content

Minio Endpoint #44

Answered by felixevers
Senex001 asked this question in Q&A
Feb 9, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, thanks for your question.
Your MINIO_ENDPOINT should be externally reachable, as your web browser needs to access the minio container directly. But the client isn't part of the docker network. The hostname minio would refer to the container inside that internal docker network, which your client cannot connect directly to. The example docker-compose.prod.yaml exposes the minio ports automatically.

A simple fix would be using an external hostname, like some ip on your lan interface.

Running out of RAM is not normal behavior on initial setup. Could you provide more context? Which configuration have you used?

Try to switch the worker image ghcr.io/rwth-time/shoutout/worker to ghcr.io/rwth…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Senex001
Comment options

Answer selected by felixevers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants