File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 9
9
"service" : " langchain" ,
10
10
// The optional 'workspaceFolder' property is the path VS Code should open by default when
11
11
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
12
- "workspaceFolder" : " /workspaces/langchain " ,
12
+ "workspaceFolder" : " /workspace " ,
13
13
// Prevent the container from shutting down
14
14
"overrideCommand" : true ,
15
15
// Features to add to the dev container. More info: https://containers.dev/features
Original file line number Diff line number Diff line change @@ -5,25 +5,9 @@ services:
5
5
dockerfile : libs/langchain/dev.Dockerfile
6
6
context : ..
7
7
volumes :
8
- # Update this to wherever you want VS Code to mount the folder of your project
9
- - ..:/workspaces/langchain:cached
8
+ - .:/workspace
10
9
networks :
11
10
- langchain-network
12
- # environment:
13
- # MONGO_ROOT_USERNAME: root
14
- # MONGO_ROOT_PASSWORD: example123
15
- # depends_on:
16
- # - mongo
17
- # mongo:
18
- # image: mongo
19
- # restart: unless-stopped
20
- # environment:
21
- # MONGO_INITDB_ROOT_USERNAME: root
22
- # MONGO_INITDB_ROOT_PASSWORD: example123
23
- # ports:
24
- # - "27017:27017"
25
- # networks:
26
- # - langchain-network
27
11
28
12
networks :
29
13
langchain-network :
You can’t perform that action at this time.
0 commit comments