You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup staticfile hosting through minio and ran into a bit of a dead end getting collectstatic to work properly. It will place all the static content into the root of a bucket, but I can't find a way to configure it to move the files into an object in the bucket. Basically I want to do something like this:
I am not sure if it is relevant but the minio container itself is not exposed to the wider network and is accessed by django through the docker network and clients via nginx. Any help would be greatly appriciated.
The text was updated successfully, but these errors were encountered:
I am trying to setup staticfile hosting through minio and ran into a bit of a dead end getting
collectstatic
to work properly. It will place all the static content into the root of a bucket, but I can't find a way to configure it to move the files into an object in the bucket. Basically I want to do something like this:I am not sure if it is relevant but the minio container itself is not exposed to the wider network and is accessed by django through the docker network and clients via nginx. Any help would be greatly appriciated.
The text was updated successfully, but these errors were encountered: