Skip to content

Commit bd9244d

Browse files
Adding healthchecks back in.
1 parent 0383840 commit bd9244d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

LNX-docker-compose.yml

Lines changed: 5 additions & 5 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

0 commit comments

Comments
 (0)