We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c5e6d commit 374645bCopy full SHA for 374645b
LNX-docker-compose.yml
@@ -56,15 +56,14 @@ services:
56
# - "80:80"
57
# - "443:443"
58
# - "3306:3306"
59
+ app:
60
+ <<: *net
61
+ image: datajoint/djtest:py${PY_VER}-${DISTRO}
62
depends_on:
63
db:
64
condition: service_healthy
65
minio:
66
- app:
- <<: *net
- image: datajoint/djtest:py${PY_VER}-${DISTRO}
67
- depends_on:
68
fakeservices.datajoint.io:
69
70
environment:
local-docker-compose.yml
@@ -62,10 +62,5 @@ services:
- "443:443"
- "3306:3306"
- "9000:9000"
- db:
- condition: service_healthy
- minio:
networks:
71
main:
0 commit comments