mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 07:08:50 +01:00
refactor: Add Docker and Docker Compose installation to devcontainer setup
This commit is contained in:
parent
87bdbda10a
commit
104dc9a08e
3 changed files with 23 additions and 8 deletions
|
|
@ -17,6 +17,7 @@ services:
|
|||
volumes:
|
||||
# This is where VS Code should expect to find your project's source code and the value of "workspaceFolder" in .devcontainer/devcontainer.json
|
||||
- ..:/workspaces:cached
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue