Skip to content

Commit 374645b

Browse files
Optimize startup order.
1 parent 30c5e6d commit 374645b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

LNX-docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ services:
5656
# - "80:80"
5757
# - "443:443"
5858
# - "3306:3306"
59+
app:
60+
<<: *net
61+
image: datajoint/djtest:py${PY_VER}-${DISTRO}
5962
depends_on:
6063
db:
6164
condition: service_healthy
6265
minio:
6366
condition: service_healthy
64-
app:
65-
<<: *net
66-
image: datajoint/djtest:py${PY_VER}-${DISTRO}
67-
depends_on:
6867
fakeservices.datajoint.io:
6968
condition: service_healthy
7069
environment:

local-docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,5 @@ services:
6262
- "443:443"
6363
- "3306:3306"
6464
- "9000:9000"
65-
depends_on:
66-
db:
67-
condition: service_healthy
68-
minio:
69-
condition: service_healthy
7065
networks:
7166
main:

0 commit comments

Comments
 (0)