Skip to content

fixed minio and postgres versions in docker compose

Mark Csurgay requested to merge fix-docker-compose-images into master

Minio removed curl from their container in the latest version breaking the healthchecks. This fixes the minio version (and additionally postgres) to a specific version to avoid further issues.

Merge request reports