Update minio

This commit is contained in:
2025-08-02 12:13:52 +05:30
parent 14b75117fd
commit 4545f8cab2

View File

@@ -14,6 +14,8 @@ services:
- ${APPDATA_PATH}/minio/data:/data
ports:
- ${API_PORT}:9000
networks:
- frontend
healthcheck:
test: ["CMD", "mc", "ready", "local"]
interval: 10s
@@ -32,3 +34,9 @@ services:
- CONSOLE_MINIO_SERVER=http://minio:9000
ports:
- ${CONSOLE_PORT}:9090
networks:
- frontend
networks:
frontend:
external: true