mirror of
				https://github.com/Unstructured-IO/unstructured.git
				synced 2025-10-31 10:03:07 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			329 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|   | services:
 | ||
|  |   minio:
 | ||
|  |     image: quay.io/minio/minio
 | ||
|  |     container_name: minio-test
 | ||
|  |     ports:
 | ||
|  |       - 9000:9000
 | ||
|  |       - 9001:9001
 | ||
|  |     command: server --console-address ":9001" /data
 | ||
|  |     healthcheck:
 | ||
|  |       test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
 | ||
|  |       interval: 5s
 | ||
|  |       timeout: 20s
 | ||
|  |       retries: 3
 |