From 1e3e988aeb875ba31104418a26a4ba2e02684acc Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 15 Feb 2025 15:15:53 +0300 Subject: [PATCH] infra: added minio folder --- solution/infrastructure/minio/.env.template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 solution/infrastructure/minio/.env.template diff --git a/solution/infrastructure/minio/.env.template b/solution/infrastructure/minio/.env.template new file mode 100644 index 0000000..9d55c3a --- /dev/null +++ b/solution/infrastructure/minio/.env.template @@ -0,0 +1,3 @@ +MINIO_ROOT_USER=admin +MINIO_ROOT_PASSWORD=password +MINIO_VOLUMES=/data