chore: bump minio to latest version
This commit is contained in:
		
							parent
							
								
									fe07748b19
								
							
						
					
					
						commit
						d61d06817d
					
				| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "port": 8001,
 | 
					  "port": 8001,
 | 
				
			||||||
  "id": "minio",
 | 
					  "id": "minio",
 | 
				
			||||||
  "description": "MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads.",
 | 
					  "description": "MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads.",
 | 
				
			||||||
  "tipi_version": 1,
 | 
					  "tipi_version": 2,
 | 
				
			||||||
  "version": "RELEASE.2023-05-04T21-44-30Z",
 | 
					  "version": "RELEASE.2024-02-24T17-11-14Z",
 | 
				
			||||||
  "categories": ["development"],
 | 
					  "categories": ["development"],
 | 
				
			||||||
  "short_desc": "High Performance Object Storage",
 | 
					  "short_desc": "High Performance Object Storage",
 | 
				
			||||||
  "author": "MinIO, Inc",
 | 
					  "author": "MinIO, Inc",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ version: '3.9'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  minio:
 | 
					  minio:
 | 
				
			||||||
    container_name: minio
 | 
					    container_name: minio
 | 
				
			||||||
    image: minio/minio:RELEASE.2023-05-04T21-44-30Z
 | 
					    image: minio/minio:RELEASE.2024-02-24T17-11-14Z
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - MINIO_ROOT_USER=${MINIO_ROOT_USER}
 | 
					      - MINIO_ROOT_USER=${MINIO_ROOT_USER}
 | 
				
			||||||
      - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
 | 
					      - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@ services:
 | 
				
			||||||
      - ${APP_DATA_DIR}/data/minio/data:/data
 | 
					      - ${APP_DATA_DIR}/data/minio/data:/data
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - tipi_main_network
 | 
					      - tipi_main_network
 | 
				
			||||||
    command: "server --console-address :9001 /data"
 | 
					    command: 'server --console-address :9001 /data'
 | 
				
			||||||
    labels:
 | 
					    labels:
 | 
				
			||||||
      traefik.enable: ${APP_EXPOSED}
 | 
					      traefik.enable: ${APP_EXPOSED}
 | 
				
			||||||
      # Console
 | 
					      # Console
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user