Skip to content

Commit 0454388

Browse files
committed
Update Compose file
1 parent c8eafd6 commit 0454388

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ services:
33
app:
44
cpus: 2
55
mem_limit: 4g
6-
build:
7-
context: ..
8-
dockerfile: ./.devcontainer/Dockerfile
6+
# build:
7+
# context: ..
8+
# dockerfile: ./.devcontainer/Dockerfile
9+
image: datajoint/datajoint_tutorials:latest
910
extra_hosts:
1011
- fakeservices.datajoint.io:127.0.0.1
1112
volumes:
12-
- ../..:/workspaces:cached
13+
- ..:/workspaces/datajoint_tutorials:cached
1314
- docker_data:/var/lib/docker # persist docker images
1415
privileged: true # only because of dind
1516
volumes:

0 commit comments

Comments
 (0)