Sha256: bfb50385e3b1bdec80ddbb634ceadc554a2c94a63ba5c5b0dc8d317ae9847458

Contents?: true

Size: 469 Bytes

Versions: 7

Compression:

Stored size: 469 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysmith-7.9.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.8.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.7.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.6.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.5.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.4.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb
rubysmith-7.3.0 lib/rubysmith/templates/%project_name%/.devcontainer/devcontainer.json.erb