{"id":15610436,"url":"https://github.com/awcodify/dockerized-rails-5","last_synced_at":"2025-08-21T17:26:14.343Z","repository":{"id":125584402,"uuid":"126187033","full_name":"awcodify/dockerized-rails-5","owner":"awcodify","description":"Dockerizing Rails 5, Postgres, Redis, Sidekiq, ActionCable","archived":false,"fork":false,"pushed_at":"2018-03-21T14:18:34.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T04:25:53.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awcodify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-03-21T13:58:01.000Z","updated_at":"2018-03-21T14:18:35.000Z","dependencies_parsed_at":"2023-08-12T02:24:19.379Z","dependency_job_id":null,"html_url":"https://github.com/awcodify/dockerized-rails-5","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"527315528dace1e00e564a8914338fa7ab07dca3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fdockerized-rails-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fdockerized-rails-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fdockerized-rails-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awcodify%2Fdockerized-rails-5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awcodify","download_url":"https://codeload.github.com/awcodify/dockerized-rails-5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240331360,"owners_count":19784646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-03T06:01:35.958Z","updated_at":"2025-02-23T15:15:58.357Z","avatar_url":"https://github.com/awcodify.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dockerizing Rails 5, Postgres, Redis, Sidekiq, ActionCable\n## How to use\n\n* clone this repository\n* `cp .env.example .env` and change into yours:\n\n```\nDB_USER=root\nDB_PASSWORD=itsahardpassword!\nREDIS_URL=redis://redis:6379/0\nREDIS_PASSWORD=itsahardpassword!\n```\n* docker-compose up --build\n* go to `http://localhost:3000`\n### Postgres\n\nDocument not created. You can see at `docker-compose.yml` to start understanding.\n\n### Redis\n\nDocument not created. You can see at `docker-compose.yml` to start understanding.\n### Sidekiq\n\n```ruby\nredis = { \n  url: (ENV['REDIS_URL'] || 'redis://127.0.0.1:6379/0'),\n  password: (ENV['REDIS_PASSWORD'] || '')\n}\n\nSidekiq.configure_server do |config|\n  config.redis = redis\nend\n\nSidekiq.configure_client do |config|\n  config.redis = redis\nend\n```\n#### Sidekiq dashboard\nAfter `docker-compose up` you can go to `http://localhost:3000/sidekiq`\nTo change url into yours, go to `routes.rb` and change the path:\n```ruby\nmount Sidekiq::Web =\u003e '/sidekiq'\n```\n\n### ActionCable\n\nDocument not created. You can see at `docker-compose.yml` to start understanding.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawcodify%2Fdockerized-rails-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawcodify%2Fdockerized-rails-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawcodify%2Fdockerized-rails-5/lists"}