mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
fix: update workspace folder path in devcontainer configuration
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"service": "langchain",
|
"service": "langchain",
|
||||||
// The optional 'workspaceFolder' property is the path VS Code should open by default when
|
// The optional 'workspaceFolder' property is the path VS Code should open by default when
|
||||||
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
|
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
|
||||||
"workspaceFolder": "/workspaces/langchain",
|
"workspaceFolder": "/workspace",
|
||||||
// Prevent the container from shutting down
|
// Prevent the container from shutting down
|
||||||
"overrideCommand": true,
|
"overrideCommand": true,
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features
|
// Features to add to the dev container. More info: https://containers.dev/features
|
||||||
|
@@ -5,25 +5,9 @@ services:
|
|||||||
dockerfile: libs/langchain/dev.Dockerfile
|
dockerfile: libs/langchain/dev.Dockerfile
|
||||||
context: ..
|
context: ..
|
||||||
volumes:
|
volumes:
|
||||||
# Update this to wherever you want VS Code to mount the folder of your project
|
- .:/workspace
|
||||||
- ..:/workspaces/langchain:cached
|
|
||||||
networks:
|
networks:
|
||||||
- langchain-network
|
- langchain-network
|
||||||
# environment:
|
|
||||||
# MONGO_ROOT_USERNAME: root
|
|
||||||
# MONGO_ROOT_PASSWORD: example123
|
|
||||||
# depends_on:
|
|
||||||
# - mongo
|
|
||||||
# mongo:
|
|
||||||
# image: mongo
|
|
||||||
# restart: unless-stopped
|
|
||||||
# environment:
|
|
||||||
# MONGO_INITDB_ROOT_USERNAME: root
|
|
||||||
# MONGO_INITDB_ROOT_PASSWORD: example123
|
|
||||||
# ports:
|
|
||||||
# - "27017:27017"
|
|
||||||
# networks:
|
|
||||||
# - langchain-network
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
langchain-network:
|
langchain-network:
|
||||||
|
Reference in New Issue
Block a user