Pre-merge edit

This commit is contained in:
IgorVolochay
2026-01-10 13:48:18 +03:00
parent 997204f414
commit e92ade6c94
6 changed files with 27 additions and 32 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ version: "3.9"
services:
minio:
image: minio/minio:latest
image: minio/minio:RELEASE.2025-09-07T16-13-09Z
container_name: dmf-minio-server
restart: always
ports:
@@ -21,7 +21,7 @@ services:
retries: 5
minio-init:
image: minio/mc:latest
image: minio/mc:RELEASE.2025-09-07T16-13-09Z
depends_on:
minio:
condition: service_healthy
@@ -64,6 +64,6 @@ services:
interval: 30s
timeout: 10s
retries: 5
restart: unless-stopped
restart: always
tty: true
stdin_open: true