Minio Endpoint #44
-
Hi, (Also when trying to set everything up on my pc (ubuntu), it seems like I am running out of RAM (16GB) during the initial setup...) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for your question. 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 |
Beta Was this translation helpful? Give feedback.
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 hostnameminio
would refer to the container inside that internal docker network, which your client cannot connect directly to. The exampledocker-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
toghcr.io/rwth…