Skip to content

Commit e6d034d

Browse files
committed
Separate djtest service
1 parent 7768497 commit e6d034d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# docker compose up --exit-code-from app --build
1+
# DJ_VERSION=$(grep -oP '\d+\.\d+\.\d+' datajoint/version.py) docker compose up --exit-code-from app --build
22
services:
33
db:
44
image: datajoint/mysql:${MYSQL_VER:-8.0}
@@ -75,6 +75,10 @@ services:
7575
working_dir: /src
7676
volumes:
7777
- .:/src
78+
djtest:
79+
extends:
80+
service: app
81+
profiles: ["test"]
7882
command:
7983
- sh
8084
- -c

0 commit comments

Comments
 (0)