Commit Graph

11 Commits

Author SHA1 Message Date
Andrew Novoselac
7f8e0af2a7 Use the Rails org ruby image in the Rails devcontainer 2024-03-22 09:23:08 -04:00
Andrew Novoselac
48fac06233
Rename .devcontainer/docker_compose.yml to compose.yaml
compose.yaml is considered the preferred name for the Compose file.

See https://docs.docker.com/compose/compose-application-model/#the-compose-file for details.
2024-02-14 20:58:46 +00:00
Rafael Mendonça França
a96c3713a7
Run memcached using docker compose on devcontainer 2023-08-05 02:47:45 +00:00
Rafael Mendonça França
a0d7732e1c
Run redis using docker compose on devcontainer 2023-08-05 02:47:44 +00:00
Rafael Mendonça França
6cc4dc287d
Run mariadb using docker compose on devcontainer 2023-08-05 02:47:43 +00:00
Rafael Mendonça França
451dec7968
Run postgresql using docker compose on devcontainer
This will make easier to make sure the service is running when the
development container is started.

Before after the first time the container was created, if it was
restarted you needed to run the boot.sh script manually to start the
service.
2023-08-05 02:47:42 +00:00
Alex Baldwin
d5b5ce32ae Fix devcontainer trilogy connection for tests
Previously, executing Active Record tests against the trilogy adapter
within a devcontainer would fail with the error message:

```
Trilogy::SyscallError::ENOENT: No such file or directory - trilogy_connect
- unable to connect to /tmp/mysql.sock (ActiveRecord::StatementInvalid)
```
2023-06-20 12:07:01 -04:00
Rafael Mendonça França
0a4d76d3f7
Update devcontainer.json to use Shopify.ruby-lsp extension
rebornix.Ruby is deprecated.
2023-06-20 15:46:16 +00:00
Rafael Mendonça França
2c5d61b0a6
Use devcontainer features to install github CLI (#45990)
* Use devcontainer features to install github CLI

* Use new devcontainer image
2022-09-09 18:52:20 -04:00
Edwin Vlieg
70cde72623 Add bundle install and yarn install to Dockerfile 2021-08-23 08:44:29 +00:00
Edwin Vlieg
6e7a376b00 Github Codespaces configuration 2021-08-20 19:05:00 +00:00