Update minio server version

This commit is contained in:
2025-09-22 09:13:20 +02:00
parent e4dc84647d
commit 058e852e68

View File

@@ -127,7 +127,8 @@ services:
platform: linux/amd64 platform: linux/amd64
container_name: MIH-Minio container_name: MIH-Minio
hostname: minio hostname: minio
image: docker.io/bitnami/minio:2022 # image: docker.io/bitnami/minio:2022
image: minio/minio
ports: ports:
- '9000:9000' - '9000:9000'
- '9001:9001' - '9001:9001'
@@ -138,6 +139,7 @@ services:
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PW} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PW}
networks: networks:
- MIH-network - MIH-network
command: ["server", "/data", "--console-address", ":9001"]
#============== MIH-Monitor Portainer ==================================================================== #============== MIH-Monitor Portainer ====================================================================
portainer: portainer:
container_name: MIH-Monitor container_name: MIH-Monitor
@@ -168,15 +170,15 @@ services:
- OLLAMA_HOST=0.0.0.0 - OLLAMA_HOST=0.0.0.0
networks: networks:
- MIH-network - MIH-network
# === Added section for NVIDIA GPU acceleration === # === Added section for NVIDIA GPU acceleration ===
runtime: nvidia runtime: nvidia
deploy: deploy:
resources: resources:
reservations: reservations:
devices: devices:
- driver: nvidia - driver: nvidia
count: all # or specify a number of GPUs count: all # or specify a number of GPUs
capabilities: [ gpu ] capabilities: [ gpu ]
#============== Firebaase ==================================================================== #============== Firebaase ====================================================================
# firebase: # firebase:
# container_name: MIH-firebase-emulator # container_name: MIH-firebase-emulator