mirror of
https://github.com/dataforcanada/d4c-datapkg-statistical.git
synced 2026-06-13 14:10:55 +02:00
30 lines
735 B
JSON
30 lines
735 B
JSON
{
|
|
"name": "process-statcan-data",
|
|
"dockerComposeFile": "../docker-compose.yml",
|
|
"service": "devcontainer",
|
|
"workspaceFolder": "/workspace",
|
|
"containerUser": "ubuntu",
|
|
"shutdownAction": "stopCompose",
|
|
"forwardPorts": [
|
|
8888,
|
|
5435
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"vsls-contrib.gistfs",
|
|
"vscode-icons-team.vscode-icons"
|
|
],
|
|
"settings": {
|
|
"python.pythonPath": "/home/ubuntu/.venv/bin/python",
|
|
"python.defaultInterpreterPath": "/home/ubuntu/.venv/bin/python"
|
|
}
|
|
}
|
|
},
|
|
"mounts": [
|
|
"source=${localEnv:HOME}/.ssh,target=/home/ubuntu/.ssh,type=bind,consistency=cached"
|
|
]
|
|
}
|