Add docker compose

This commit is contained in:
Krzysztof Płaczek
2025-06-11 19:26:21 +02:00
parent 607d910985
commit a44c06c4b2
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Minio S3 config repo
=====
### Starting the project
```bash
cp docker-compose.yaml.dist docker-compose.yaml
docker compose up -d
```