Skip to content

Commit 0383840

Browse files
Remove all healthchecks.
1 parent c74b60d commit 0383840

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

LNX-docker-compose.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ services:
66
dj:
77
<<: *net
88
image: datajoint/pydev:${PY_VER}-alpine${ALPINE_VER}
9-
depends_on:
10-
db:
11-
condition: service_healthy
12-
# minio:
13-
# condition: service_healthy
9+
# depends_on:
10+
# db:
11+
# 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)