We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c29eb3 commit bc090fbCopy full SHA for bc090fb
.devcontainer/devcontainer.json
@@ -1,14 +1,11 @@
1
-// For format details, see https://aka.ms/devcontainer.json.
2
{
3
"name": "DataJoint Tutorial",
4
"dockerComposeFile": "docker-compose.yaml",
5
"service": "app",
6
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
7
- // Use this environment variable if you need to bind mount your local source code into a new container.
8
"remoteEnv": {
9
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
10
},
11
- // https://containers.dev/features
12
"onCreateCommand": "pip install -e . && MYSQL_VER=8.0 docker compose down && MYSQL_VER=8.0 docker compose up --build --wait",
13
"postStartCommand": "docker volume prune -f",
14
"hostRequirements": {
0 commit comments