Skip to content

Commit

Permalink
Merge pull request #37 from eddumelendez/codespaces
Browse files Browse the repository at this point in the history
Add codespaces configuration
  • Loading branch information
guilleiguaran authored Feb 9, 2024
2 parents a2f6bfc + be7d952 commit 94597a5
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"image": "mcr.microsoft.com/devcontainers/ruby:3",
"postStartCommand": "bundle install",
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
}
}
52 changes: 52 additions & 0 deletions .vscode/.testcontainers-ruby.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"folders": [
{
"name": "module / compose",
"path": "../compose"
},
{
"name": "testcontainers-ruby",
"path": "../core"
},
{
"name": "module / elasticsearch",
"path": "../elasticsearch"
},
{
"name": "module / mariadb",
"path": "../mariadb"
},
{
"name": "module / mongo",
"path": "../mongo"
},
{
"name": "module / mysql",
"path": "../mysql"
},
{
"name": "module / nginx",
"path": "../nginx"
},
{
"name": "module / postgres",
"path": "../postgres"
},
{
"name": "module / rabbitmq",
"path": "../rabbitmq"
},
{
"name": "module / redis",
"path": "../redis"
},
{
"name": "module / redpanda",
"path": "../redpanda"
},
{
"name": "module / selenium",
"path": "../selenium"
}
]
}

0 comments on commit 94597a5

Please sign in to comment.