mirror of
https://github.com/immich-app/immich.git
synced 2026-01-17 17:40:42 -05:00
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"name": "Immich - Machine Learning",
|
|
"service": "immich-machine-learning",
|
|
"dockerComposeFile": ["docker-compose.yml"],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python","ms-python.debugpy","KevinRose.vsc-python-indent"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [],
|
|
"overrideCommand": true,
|
|
"workspaceFolder": "/workspaces/immich",
|
|
"remoteUser": "node"
|
|
|
|
}
|