Skip to content

Commit 0b126f1

Browse files
committed
1.2.15 (#43)
* 1.2.15
1 parent fe95bf7 commit 0b126f1

5 files changed

Lines changed: 61 additions & 1 deletion

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
services:
2+
minio:
3+
image: minio/minio:RELEASE.2025-07-23T15-54-02Z
4+
restart: unless-stopped
5+
ports:
6+
- '9000:9000'
7+
environment:
8+
MINIO_ACCESS_KEY: minio
9+
MINIO_SECRET_KEY: minio123
10+
command: server /data/minio
11+
healthcheck:
12+
test: ['CMD', 'curl', '-f', 'http://localhost:9000/minio/health/live']
13+
interval: 30s
14+
timeout: 20s
15+
retries: 3
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
services:
2+
minio:
3+
image: minio/minio:RELEASE.2025-07-23T15-54-02Z
4+
restart: unless-stopped
5+
ports:
6+
- '9000:9000'
7+
environment:
8+
MINIO_ACCESS_KEY: minio
9+
MINIO_SECRET_KEY: minio123
10+
command: server /data/minio
11+
healthcheck:
12+
test: ['CMD', 'curl', '-f', 'http://localhost:9000/minio/health/live']
13+
interval: 30s
14+
timeout: 20s
15+
retries: 3
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
services:
2+
minio:
3+
image: minio/minio:RELEASE.2025-07-23T15-54-02Z
4+
restart: unless-stopped
5+
ports:
6+
- '9000:9000'
7+
environment:
8+
MINIO_ACCESS_KEY: minio
9+
MINIO_SECRET_KEY: minio123
10+
command: server /data/minio
11+
healthcheck:
12+
test: ['CMD', 'curl', '-f', 'http://localhost:9000/minio/health/live']
13+
interval: 30s
14+
timeout: 20s
15+
retries: 3
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
services:
2+
minio:
3+
image: minio/minio:RELEASE.2025-07-23T15-54-02Z
4+
restart: unless-stopped
5+
ports:
6+
- '9000:9000'
7+
environment:
8+
MINIO_ACCESS_KEY: minio
9+
MINIO_SECRET_KEY: minio123
10+
command: server /data/minio
11+
healthcheck:
12+
test: ['CMD', 'curl', '-f', 'http://localhost:9000/minio/health/live']
13+
interval: 30s
14+
timeout: 20s
15+
retries: 3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
groupId=ru.tinkoff.kora
2-
koraVersion=1.3.0-SNAPSHOT
2+
koraVersion=1.2.15
33

44

55
##### GRADLE #####

0 commit comments

Comments
 (0)