https://github.com/nutellinoit/minio-compose
fast start minio with docker-compose
https://github.com/nutellinoit/minio-compose
docker-compose minio
Last synced: 10 months ago
JSON representation
fast start minio with docker-compose
- Host: GitHub
- URL: https://github.com/nutellinoit/minio-compose
- Owner: nutellinoit
- Created: 2018-05-10T18:20:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T08:11:09.000Z (about 8 years ago)
- Last Synced: 2025-03-11T09:53:03.202Z (over 1 year ago)
- Topics: docker-compose, minio
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minio-compose
fast start minio server with docker-compose
create `.env` file:
```bash
### minio or s3 credentials
S3_KEY=85A8U57ZITLSLFBYKNCG
S3_SECRET=14MAuAetrv7y3E6zAuUOimXy5KYRqrZKw3cWuEe/
### port of local minio
MINIO_PORT=9000
```
Start all with:
```bash
docker-compose up -d
```