This pull requests adds the file storage container (minio) and a container to create the bucket.
I only touched the docker-compose file with the wrappers, as the wrapper will also need to interact (in some way) with the file storage itself.
For the moment I expose the 9000 (api endpoints) & 9090 (Management UI for administrative tasks) of the minio container. Later, however, we should be able to remove those, as the file download should be done via the backend.
For the moment I also didn't add the env variables for the wrappers. For the naming there I suggest not to use something minio specific, but more general (as the container is called filestore and not minio).
This pull requests adds the file storage container (minio) and a container to create the bucket.
I only touched the docker-compose file with the wrappers, as the wrapper will also need to interact (in some way) with the file storage itself.
For the moment I expose the 9000 (api endpoints) & 9090 (Management UI for administrative tasks) of the minio container. Later, however, we should be able to remove those, as the file download should be done via the backend.
For the moment I also didn't add the env variables for the wrappers. For the naming there I suggest not to use something minio specific, but more general (as the container is called
filestore
and notminio
).