chore: bump minio to latest version

This commit is contained in:
Nicolas Meienberger 2024-02-25 13:14:29 +01:00
parent fe07748b19
commit d61d06817d
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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
@ -31,4 +31,4 @@ services:
traefik.http.routers.minio.entrypoints: websecure traefik.http.routers.minio.entrypoints: websecure
traefik.http.routers.minio.service: minio traefik.http.routers.minio.service: minio
traefik.http.routers.minio.tls.certresolver: myresolver traefik.http.routers.minio.tls.certresolver: myresolver
traefik.http.services.minio.loadbalancer.server.port: 9000 traefik.http.services.minio.loadbalancer.server.port: 9000