Add docker compose with MinIO and Redis

This commit is contained in:
IgorVolochay
2025-12-30 00:03:52 +03:00
parent e4dfbc7ab5
commit 45488974b9
2 changed files with 54 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
S3_ACCESS_KEY_ID=your_access_key
S3_SECRET_ACCESS_KEY=your_secret_key
BUCKET_NAME=your_bucket_name
MINIO_DATA_PATH=/path/to/data
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
REDIS_PORT=6380
REDIS_DATA_PATH=/path/to/data
REDIS_PASSWORD=my_redis_password
REDIS_USER=my_user
REDIS_USER_PASSWORD=my_user_password