(docker-compose) add minio for object storage

We will need object storage to store our document content which comes
as a big json object. Storing it in object storage will offer us
versioning, robustness and scalability.
This commit is contained in:
Samuel Paccoud - DINUM
2024-04-05 20:05:18 +02:00
committed by Anthony LC
parent 397b9efbce
commit 4956beb040
2 changed files with 29 additions and 1 deletions

View File

@@ -330,4 +330,5 @@ build-k8s-cluster: ## build the kubernetes cluster using kind
start-tilt: ## start the kubernetes cluster using kind
tilt up -f ./bin/Tiltfile
.PHONY: build-k8s-cluster
.PHONY: build-k8s-cluster