{ "name": "<%= settings.project_name %>", "dockerComposeFile": "compose.yaml", "service": "app", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", "features": { "ghcr.io/devcontainers/features/github-cli:1": {} }, "containerEnv": { "CAPYBARA_SERVER_PORT": "45678", "REDIS_URL": "redis://redis:6379/1" }, "forwardPorts": [2300, 3000, 5432, 6379], <% if settings.build_setup %> "postCreateCommand": "bin/setup" <% end %> }