We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0383840 commit bd9244dCopy full SHA for bd9244d
LNX-docker-compose.yml
@@ -6,11 +6,11 @@ services:
6
dj:
7
<<: *net
8
image: datajoint/pydev:${PY_VER}-alpine${ALPINE_VER}
9
- # depends_on:
10
- # db:
11
- # condition: service_healthy
12
- # minio:
13
+ depends_on:
+ db:
+ condition: service_healthy
+ minio:
14
environment:
15
- DJ_HOST=db
16
- DJ_USER=root
0 commit comments