Jake Howard
97d786e969
This makes working with related services like redis much easier, and helps start writing a production container
11 lines
343 B
JSON
11 lines
343 B
JSON
{
|
|
"name": "Existing Docker Compose",
|
|
"dockerComposeFile": ["../docker/dev/docker-compose.yml"],
|
|
"service": "web",
|
|
"workspaceFolder": "/app",
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "bash",
|
|
"python.pythonPath": "/usr/local/bin/python"
|
|
},
|
|
"extensions": ["ms-python.python", "editorconfig.editorconfig"]
|
|
}
|