{ "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" }