@@ -31,13 +31,28 @@ cd ./devop-tools/docker/data-source-services && docker compose up --build -d
3131* Run ` set COMPOSE_CONVERT_WINDOWS_PATHS=1 ` in your CMD or PowerShell terminal
3232* Optionally, [ read] ( https://github.com/docker/compose/issues/4303#issuecomment-379563170 ) this bug report.
3333
34+ ### RustFS
35+ _ For running an S3 service locally._
36+
37+ * Edit the ` /etc/hosts ` file on your system and make a reference for ` 127.0.0.1 s3.docker `
38+ * To create buckets or view their files, you can access the console at: http://localhost:9001
39+ * Username: rustfsadmin
40+ * Password: rustfsadmin
41+ * Modify the project's ` .env ` as follows:
42+ * ` FILESYSTEM_DRIVER=s3 `
43+ * ` AWS_ACCESS_KEY_ID=rustfsadmin `
44+ * ` AWS_SECRET_ACCESS_KEY=rustfsadmin `
45+ * ` AWS_DEFAULT_REGION=us-east-1 `
46+ * ` AWS_BUCKET=[project-bucket-name] `
47+ * ` AWS_ENDPOINT=http://s3.docker:9000 `
48+ * ` AWS_USE_PATH_STYLE_ENDPOINT=true `
49+
3450---
3551
3652## Data Source Tools
3753* Optionally included is the following tools:
3854 * phpMyAdmin
3955 * Mailpit
40- * MinIO
4156
4257``` bash
4358cd ./devop-tools/docker/data-source-tools && docker compose up --build -d
@@ -63,23 +78,6 @@ _For mimicking an email inbox (ala mailtrap) for local usage._
6378 * ` MAIL_PASSWORD=null `
6479 * ` MAIL_ENCRYPTION=null `
6580
66- ### MinIO
67- _ For running an S3 service locally._
68-
69- * Edit the ` /etc/hosts ` file on your system and make a reference for ` 127.0.0.1 s3.docker `
70- * Open the admin console http://s3.docker:10001 and login.
71- * username: root
72- * password: password
73- * Create an appropriate bucket for each project as needed.
74- * Modify the project's ` .env ` as follows:
75- * ` FILESYSTEM_DRIVER=s3 `
76- * ` AWS_ACCESS_KEY_ID=root `
77- * ` AWS_SECRET_ACCESS_KEY=password `
78- * ` AWS_DEFAULT_REGION=us-east-1 `
79- * ` AWS_BUCKET=[project-bucket-name] `
80- * ` AWS_ENDPOINT=http://s3.docker:10000 `
81- * ` AWS_USE_PATH_STYLE_ENDPOINT=true `
82-
8381---
8482
8583## Scripts
0 commit comments