mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
15 lines
405 B
JSON
15 lines
405 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
|
|
{
|
|
"name": "sogo",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "sogo",
|
|
"workspaceFolder": "/workspace",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
}
|
|
} |