{"id":15512933,"url":"https://github.com/madwire/docker-compose-rails-template","last_synced_at":"2026-01-21T21:04:58.752Z","repository":{"id":26235523,"uuid":"29682347","full_name":"madwire/docker-compose-rails-template","owner":"madwire","description":"Docker Compose - Rails new guide","archived":false,"fork":false,"pushed_at":"2021-09-28T11:46:16.000Z","size":22,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T14:39:24.506Z","etag":null,"topics":["docker","docker-compose","docker-compose-template","rails","rails-template","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/madwire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-22T14:23:24.000Z","updated_at":"2024-07-30T11:27:19.000Z","dependencies_parsed_at":"2022-09-04T12:01:56.884Z","dependency_job_id":null,"html_url":"https://github.com/madwire/docker-compose-rails-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madwire/docker-compose-rails-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madwire%2Fdocker-compose-rails-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madwire%2Fdocker-compose-rails-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madwire%2Fdocker-compose-rails-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madwire%2Fdocker-compose-rails-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madwire","download_url":"https://codeload.github.com/madwire/docker-compose-rails-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madwire%2Fdocker-compose-rails-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010939,"owners_count":26084837,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","docker-compose","docker-compose-template","rails","rails-template","ruby"],"created_at":"2024-10-02T09:53:56.397Z","updated_at":"2025-10-12T09:31:53.345Z","avatar_url":"https://github.com/madwire.png","language":"Ruby","readme":"# Docker Compose - Rails new template\n\nSimple change my_app_name to well your app name!\n\n```\nmkdir my_app_name \u0026\u0026 cd my_app_name\ngit clone https://github.com/madwire/docker-compose-rails-template . \u0026\u0026 rm -rf .git \u0026\u0026 rm README.md\n```\n\nNow change the docker image name in the docker-compose.yml\n\n```\ndocker-compose run --no-deps --rm app script/new \u0026\u0026 rm script/new\n```\n\n### Change the app name in:\n\n- config/application.rb\n\n### Then\n\nAdd any other gem you think you need. then run `docker-compose up` (and new gems will automatically be installed)\n\n### Also\n\n#### Whitelist your IP for the web console\n\nTo avoid warnings about blocked ip's in your server log and get the Rails web console working again, In your config/environments/development.rb, add the following config option:\n\n```\nconfig.web_console.permissions = begin\n  addrinfo = Socket.ip_address_list.detect(\u0026:ipv4_private?)\n  addrinfo.try(:ip_address).sub(/\\.(\\d{1,3})$/, '.0/16')\nend\n```\n\n## LICENSE\n\nThe MIT License (MIT)\n\nCopyright (c) 2021 Richard Adams\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadwire%2Fdocker-compose-rails-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadwire%2Fdocker-compose-rails-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadwire%2Fdocker-compose-rails-template/lists"}