fixup! 🔧(compose) replace minio by rustfs

This commit is contained in:
Manuel Raynaud
2026-05-19 16:49:28 +02:00
parent d2dbf4ac42
commit e6a611fb18
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -167,7 +167,7 @@ jobs:
- name: Start Rustfs
run: |
docker pull rustfs/rustfs:latest
docker pull rustfs/rustfs:1.0.0-alpha.83
docker run -d --name rustfs \
-p 9000:9000 \
-e "RUSTFS_ACCESS_KEY=impress" \
@@ -189,7 +189,7 @@ jobs:
- name: Configure Rustfs
run: |
curl --progress-bar -L https://dl.min.io/aistor/mc/release/linux-amd64/mc -o /tmp/mc
curl -L https://dl.min.io/aistor/mc/release/linux-amd64/mc -o /tmp/mc
chmod +x /tmp/mc
/tmp/mc alias set impress http://localhost:9000 impress password
/tmp/mc alias ls
+1 -1
View File
@@ -26,7 +26,7 @@ services:
rustfs:
user: ${DOCKER_USER:-1000}
image: rustfs/rustfs:latest
image: rustfs/rustfs:1.0.0-alpha.83
environment:
- RUSTFS_ACCESS_KEY=rustfsadmin
- RUSTFS_SECRET_KEY=rustfsadmin