riesgos / async

0 stars 0 forks source link

Added file storage to docker compose #31

Closed nbrinckm closed 2 years ago

nbrinckm commented 2 years ago

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).

nbrinckm commented 2 years ago

Most content here is shamelessly copied from the sensor management system..