mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
remove rustfs
This commit is contained in:
+1
-22
@@ -32,7 +32,7 @@ services:
|
|||||||
- rustfs-network
|
- rustfs-network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:9000/health"]
|
test: [ "CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:9000/health" ]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
@@ -142,25 +142,6 @@ services:
|
|||||||
profiles:
|
profiles:
|
||||||
- observability
|
- observability
|
||||||
|
|
||||||
# MinIO for S3 API testing
|
|
||||||
minio:
|
|
||||||
image: minio/minio:latest
|
|
||||||
container_name: minio-test
|
|
||||||
ports:
|
|
||||||
- "9020:9000"
|
|
||||||
- "9021:9001"
|
|
||||||
environment:
|
|
||||||
- MINIO_ROOT_USER=minioadmin
|
|
||||||
- MINIO_ROOT_PASSWORD=minioadmin
|
|
||||||
volumes:
|
|
||||||
- minio_data:/data
|
|
||||||
command: server /data --console-address ":9001"
|
|
||||||
networks:
|
|
||||||
- rustfs-network
|
|
||||||
restart: unless-stopped
|
|
||||||
profiles:
|
|
||||||
- testing
|
|
||||||
|
|
||||||
# Redis for caching (optional)
|
# Redis for caching (optional)
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
@@ -215,7 +196,5 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
grafana_data:
|
grafana_data:
|
||||||
driver: local
|
driver: local
|
||||||
minio_data:
|
|
||||||
driver: local
|
|
||||||
redis_data:
|
redis_data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user