This commit is contained in:
Min Idzelis
2025-03-22 12:48:50 +00:00
parent 6a8e38042d
commit 442f11c9e1
12 changed files with 179 additions and 51 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "Immich - Backend and Frontend",
"service": "immich-server",
"dockerComposeFile": ["docker-compose.yml"],
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"svelte.svelte-vscode",
"ms-vscode-remote.remote-containers",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"rvest.vs-code-prettier-eslint",
"bluebrown.yamlfmt",
"vkrishna04.cspell-sync"
]
}
},
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
},
"forwardPorts": [3000],
"overrideCommand": true,
"workspaceFolder": "/immich",
"remoteUser": "node",
"postCreateCommand": "/immich/.devcontainer/scripts/installAndRun.sh"
}