// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.231.6/containers/elixir-phoenix-postgres { "name": "Firezone", "dockerComposeFile": "docker-compose.yml", "service": "elixir", "workspaceFolder": "/workspace", // Set *default* container specific settings.json values on container create. "settings": {}, "initializeCommand": [".devcontainer/init"], // Add the IDs of extensions you want installed when the container is created. "extensions": [ "jakebecker.elixir-ls", "phoenixframework.phoenix", "rebornix.ruby" ], // Use 'forwardPorts' to make a list of ports inside the container available locally. // This can be used to network with other containers or with the host. "forwardPorts": [80, 443, 4000, 5432], // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "mix deps.get" // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" }