Skip to content

Commit c74b60d

Browse files
Remove minio healthcheck.
1 parent f346683 commit c74b60d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
os: linux
6767
language: shell
6868
after_success:
69-
- pip install python-coveralls
69+
- sudo pip install python-coveralls
7070
- coveralls

LNX-docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ services:
99
depends_on:
1010
db:
1111
condition: service_healthy
12-
minio:
13-
condition: service_healthy
12+
# minio:
13+
# condition: service_healthy
1414
environment:
1515
- DJ_HOST=db
1616
- DJ_USER=root
@@ -62,10 +62,10 @@ services:
6262
# - ./minio/config:/root/.minio
6363
# - ./minio/data:/data
6464
command: server /data
65-
healthcheck:
66-
test: ["CMD", "curl", "--fail", "http://minio:9000/minio/health/live"]
67-
timeout: 5s
68-
retries: 60
69-
interval: 1s
65+
# healthcheck:
66+
# test: ["CMD", "curl", "--fail", "http://minio:9000/minio/health/live"]
67+
# timeout: 5s
68+
# retries: 60
69+
# interval: 1s
7070
networks:
7171
main:

0 commit comments

Comments
 (0)