chore: bump minio to latest version
This commit is contained in:
parent
fe07748b19
commit
d61d06817d
|
@ -5,8 +5,8 @@
|
|||
"port": 8001,
|
||||
"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.",
|
||||
"tipi_version": 1,
|
||||
"version": "RELEASE.2023-05-04T21-44-30Z",
|
||||
"tipi_version": 2,
|
||||
"version": "RELEASE.2024-02-24T17-11-14Z",
|
||||
"categories": ["development"],
|
||||
"short_desc": "High Performance Object Storage",
|
||||
"author": "MinIO, Inc",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.9'
|
|||
services:
|
||||
minio:
|
||||
container_name: minio
|
||||
image: minio/minio:RELEASE.2023-05-04T21-44-30Z
|
||||
image: minio/minio:RELEASE.2024-02-24T17-11-14Z
|
||||
environment:
|
||||
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
|
||||
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
|
||||
|
@ -17,7 +17,7 @@ services:
|
|||
- ${APP_DATA_DIR}/data/minio/data:/data
|
||||
networks:
|
||||
- tipi_main_network
|
||||
command: "server --console-address :9001 /data"
|
||||
command: 'server --console-address :9001 /data'
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
# Console
|
||||
|
@ -31,4 +31,4 @@ services:
|
|||
traefik.http.routers.minio.entrypoints: websecure
|
||||
traefik.http.routers.minio.service: minio
|
||||
traefik.http.routers.minio.tls.certresolver: myresolver
|
||||
traefik.http.services.minio.loadbalancer.server.port: 9000
|
||||
traefik.http.services.minio.loadbalancer.server.port: 9000
|
||||
|
|
Loading…
Reference in New Issue
Block a user