{"id":13877543,"url":"https://github.com/wodby/docker4ruby","last_synced_at":"2026-01-30T11:41:02.166Z","repository":{"id":38239570,"uuid":"146434673","full_name":"wodby/docker4ruby","owner":"wodby","description":"Docker-based Ruby stack (works for Rails)","archived":false,"fork":false,"pushed_at":"2026-01-28T06:52:04.000Z","size":632,"stargazers_count":33,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-28T22:59:25.126Z","etag":null,"topics":["alpine","arm64","docker","docker-compose","rails","ruby"],"latest_commit_sha":null,"homepage":"https://wodby.com/docker4ruby","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wodby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-28T11:01:43.000Z","updated_at":"2026-01-28T06:52:07.000Z","dependencies_parsed_at":"2023-10-15T03:52:51.115Z","dependency_job_id":"a68ee68f-c654-45e2-a66d-73c710094ef1","html_url":"https://github.com/wodby/docker4ruby","commit_stats":null,"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"purl":"pkg:github/wodby/docker4ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdocker4ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdocker4ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdocker4ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdocker4ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wodby","download_url":"https://codeload.github.com/wodby/docker4ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdocker4ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28911867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","arm64","docker","docker-compose","rails","ruby"],"created_at":"2024-08-06T08:01:07.221Z","updated_at":"2026-01-30T11:41:02.161Z","avatar_url":"https://github.com/wodby.png","language":"Makefile","funding_links":[],"categories":["Makefile"],"sub_categories":[],"readme":"# Docker-based Ruby stack\n\n[![Build Status](https://github.com/wodby/docker4ruby/workflows/Run%20tests/badge.svg)](https://github.com/wodby/docker4ruby/actions)\n\n## Introduction\n\nDocker4Ruby is a set of docker images optimized for Ruby applications (suitable for Ruby on Rails). Use\n`compose.yml` file from the [latest stable release](https://github.com/wodby/docker4ruby/releases) to spin up local environment on Linux, Mac OS X and Windows.\n\n* Read the docs on [**how to use**](https://wodby.com/docs/stacks/ruby/local#usage)\n* Ask questions on [Discord](http://discord.wodby.com/)\n* Ask questions on [Slack](http://slack.wodby.com/)\n* Follow [@wodbycloud](https://twitter.com/wodbycloud) for updates announcements\n\n## Stack\n\nThe Ruby stack consists of the following containers:\n\n| Container             | Versions                | Image                                     | ARM64 support | Enabled by default |\n|-----------------------|-------------------------|-------------------------------------------|---------------|--------------------|\n| [Nginx]               | 1.29, 1.28              | [wodby/nginx]                             | ✓             | ✓                  |\n| [Ruby]                | 3.4, 3.3, 3.2           | [wodby/ruby]                              | ✓             | ✓                  |\n| [Sidekiq]             |                         | [wodby/ruby]                              | ✓             |                    |\n| [PostgreSQL]          | 18, 17, 16, 15, 14      | [wodby/postgres]                          | ✓             | ✓                  |\n| [Valkey]              | 9.0, 8.1, 8.0, 7        | [wodby/valkey]                            | ✓             | ✓                  |\n| [Redis]               | 8.4, 8.2, 8.0, 7.4      | [wodby/redis]                             | ✓             |                    |\n| [MariaDB]             | 11.8, 11.4, 10.11, 10.6 | [wodby/mariadb]                           | ✓             |                    |\n| [Node.js]             | 24, 22, 20              | [wodby/node]                              | ✓             |                    |\n| [Varnish]             | 6.0                     | [wodby/varnish]                           | ✓             |                    |\n| [Solr]                | 9                       | [wodby/solr]                              | ✓             |                    |\n| OpenSearch            | 2                       | [opensearchproject/opensearch]            | ✓             |                    |\n| OpenSearch Dashboards | 2                       | [opensearchproject/opensearch-dashboards] | ✓             |                    |\n| [Memcached]           | 1                       | [wodby/memcached]                         | ✓             |                    |\n| [Rsyslog]             | latest                  | [wodby/rsyslog]                           | ✓             |                    |\n| Gotenberg             | latest                  | [gotenberg/gotenberg]                     | ✓             |                    |\n| Mailpit               | latest                  | [axllent/mailpit]                         | ✓             | ✓                  |\n| [OpenSMTPD]           | 7                       | [wodby/opensmtpd]                         | ✓             |                    |\n| Adminer               | 5                       | [wodby/adminer]                           | ✓             |                    |\n| Traefik               | 3                       | [_/traefik]                               | ✓             | ✓                  |\n\n## Documentation\n\nFull documentation is available at https://wodby.com/docs/stacks/ruby/local\n\n## Images' tags\n\nImages tags format is `[VERSION]-[STABILITY_TAG]` where:\n\n`[VERSION]` is the _version of an application_ (without patch version) running in a container, e.g.\n`wodby/nginx:1.15-x.x.x` where Nginx version is `1.15` and\n`x.x.x` is a stability tag. For some images we include both major and minor version like Ruby\n`2.5`, for others we include only major like Valkey `7`.\n\n`[STABILITY_TAG]` is the _version of an image_ that corresponds to a git tag of the image repository, e.g.\n`wodby/mariadb:10.2-3.3.8` has MariaDB `10.2` and stability tag [\n`3.3.8`](https://github.com/wodby/mariadb/releases/tag/3.3.8). New stability tags include patch updates for applications and image's fixes/improvements (new env vars, orchestration actions fixes, etc). Stability tag changes described in the corresponding a git tag description. Stability tags follow [semantic versioning](https://semver.org/).\n\nWe highly encourage to use images only with stability tags.\n\n## Maintenance\n\nWe regularly update images used in this stack and release them together, see [releases page](https://github.com/wodby/docker4ruby/releases) for full changelog and update instructions. Most of routine updates for images and this project performed by [the bot](https://github.com/wodbot) via scripts located at [wodby/images](https://github.com/wodby/images).\n\n## Other Docker4x projects\n\n* [docker4php](https://github.com/wodby/docker4php)\n* [docker4drupal](https://github.com/wodby/docker4drupal)\n* [docker4wordpress](https://github.com/wodby/docker4wordpress)\n* [docker4python](https://github.com/wodby/docker4python)\n\n## License\n\nThis project is licensed under the MIT open source license.\n\n[MariaDB]: https://wodby.com/docs/stacks/ruby/containers#mariadb\n\n[Memcached]: https://wodby.com/docs/stacks/ruby/containers#memcached\n\n[Nginx]: https://wodby.com/docs/stacks/ruby/containers#nginx\n\n[Node.js]: https://wodby.com/docs/stacks/ruby/containers#node\n\n[OpenSMTPD]: https://wodby.com/docs/stacks/ruby/containers#opensmtpd\n\n[PostgreSQL]: https://wodby.com/docs/stacks/ruby/containers#postgres\n\n[Rsyslog]: https://wodby.com/docs/stacks/ruby/containers#rsyslog\n\n[Ruby]: https://wodby.com/docs/stacks/ruby/containers#ruby\n\n[Sidekiq]: https://wodby.com/docs/stacks/ruby/containers#sidekiq\n\n[Solr]: https://wodby.com/docs/stacks/solr\n\n[Valkey]: https://wodby.com/docs/stacks/ruby/containers#valkey\n\n[Redis]: https://wodby.com/docs/stacks/ruby/containers#redis\n\n[Varnish]: https://wodby.com/docs/stacks/ruby/containers#varnish\n\n[_/traefik]: https://hub.docker.com/_/traefik\n\n[gotenberg/gotenberg]: https://hub.docker.com/r/gotenberg/gotenberg\n\n[blackfire/blackfire]: https://hub.docker.com/r/blackfire/blackfire\n\n[axllent/mailpit]: https://hub.docker.com/r/axllent/mailpit\n\n[wodby/adminer]: https://hub.docker.com/r/wodby/adminer\n\n[wodby/mariadb]: https://github.com/wodby/mariadb\n\n[wodby/memcached]: https://github.com/wodby/memcached\n\n[wodby/nginx]: https://github.com/wodby/nginx\n\n[wodby/node]: https://github.com/wodby/node\n\n[wodby/opensmtpd]: https://github.com/wodby/opensmtpd\n\n[wodby/postgres]: https://github.com/wodby/postgres\n\n[wodby/rsyslog]: https://hub.docker.com/r/wodby/rsyslog\n\n[wodby/ruby]: https://github.com/wodby/ruby\n\n[wodby/solr]: https://github.com/wodby/solr\n\n[wodby/valkey]: https://github.com/wodby/valkey\n\n[wodby/redis]: https://github.com/wodby/redis\n\n[wodby/varnish]: https://github.com/wodby/varnish\n\n[opensearchproject/opensearch]: https://hub.docker.com/r/opensearchproject/opensearch\n\n[opensearchproject/opensearch-dashboards]: https://hub.docker.com/r/opensearchproject/opensearch-dashboards\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwodby%2Fdocker4ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwodby%2Fdocker4ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwodby%2Fdocker4ruby/lists"}