Skip to content

casual-user-asm/file-storage-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File storage service

A backend service for uploading and retrieving files using MinIO (S3-compatible storage).

Installation

1 . Clone the repository:

  git clone https://github.com/casual-user-asm/file-storage-service.git
  cd file-storage-service

2 . Build and run the Docker containers:

  docker-compose up -d

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MINIO_ROOT_USER

MINIO_ROOT_PASSWORD

MINIO_ENDPOINT

MINIO_BUCKET

About

A backend service for uploading and retrieving files using MinIO (S3-compatible storage).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors