[add] minio
This commit is contained in:
		
							parent
							
								
									936d433008
								
							
						
					
					
						commit
						dd1a3f1b9c
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								minio/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								minio/docker-compose.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,17 @@
 | 
				
			||||||
 | 
					version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  minio:
 | 
				
			||||||
 | 
					    image: minio/minio
 | 
				
			||||||
 | 
					    ports:
 | 
				
			||||||
 | 
					      - "9000:9000"
 | 
				
			||||||
 | 
					      - "9001:9001"
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					      - minio_storage:/data
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      MINIO_ROOT_USER: masoud
 | 
				
			||||||
 | 
					      MINIO_ROOT_PASSWORD: Strong#Pass#2022
 | 
				
			||||||
 | 
					    command: server --console-address ":9001" /data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					volumes:
 | 
				
			||||||
 | 
					  minio_storage: {}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue