{"id":16057437,"url":"https://github.com/gjuliao/docker-rails","last_synced_at":"2026-04-18T10:03:22.765Z","repository":{"id":211163809,"uuid":"728332683","full_name":"gjuliao/docker-rails","owner":"gjuliao","description":"Docker-rails","archived":false,"fork":false,"pushed_at":"2024-03-04T00:41:22.000Z","size":60,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T22:33:42.278Z","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/gjuliao.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":"2023-12-06T18:01:59.000Z","updated_at":"2023-12-06T20:32:22.000Z","dependencies_parsed_at":"2024-11-17T18:25:25.027Z","dependency_job_id":"75794841-7088-43f2-8fdc-e58c9035b3cb","html_url":"https://github.com/gjuliao/docker-rails","commit_stats":null,"previous_names":["gjuliao/docker-rails"],"tags_count":0,"template":true,"template_full_name":"ryanwi/rails7-on-docker","purl":"pkg:github/gjuliao/docker-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjuliao%2Fdocker-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjuliao%2Fdocker-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjuliao%2Fdocker-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjuliao%2Fdocker-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjuliao","download_url":"https://codeload.github.com/gjuliao/docker-rails/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjuliao%2Fdocker-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":[],"created_at":"2024-10-09T03:02:24.300Z","updated_at":"2026-04-18T10:03:17.753Z","avatar_url":"https://github.com/gjuliao.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Start copying the following template: https://github.com/new?template_name=docker-rails7\u0026template_owner=gjuliao\n\n# Rails 7 on Docker demo application\n\nThis app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and hotwire, all running in Docker.\n\n## Features\n\n* Rails 7\n* Ruby 3\n* Dockerfile and Docker Compose configuration\n* PostgreSQL database\n* Redis\n* GitHub Actions for \n  * tests\n  * Rubocop for linting\n  * Security checks with [Brakeman](https://github.com/presidentbeef/brakeman) and [bundler-audit](https://github.com/rubysec/bundler-audit)\n  * Building and testing of a production Docker image\n* Dependabot for automated updates\n\n## Requirements\n\nPlease ensure you are using Docker Compose V2. This project relies on the `docker compose` command, not the previous `docker-compose` standalone program.\n\nhttps://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command\n\nCheck your docker compose version with:\n```\n% docker compose version\nDocker Compose version v2.10.2\n```\n\n## Initial setup\n```\n- create a .env file, and add the following variables:\n   - POSTGRES_DB=db\n   - PGHOST=db\n   - POSTGRES_USER=postgres # change it as needed\n   - POSTGRES_PASSWORD=password12345 # change it as needed\n  \ndocker compose build\ndocker compose run --rm web bin/rails db:setup\n```\n\n## Running the Rails app\n```\ndocker compose up\n```\n\n## This template was made thanks to Ryan Williams\n\n- Check original template: https://github.com/ryanwi/rails7-on-docker/generate","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjuliao%2Fdocker-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjuliao%2Fdocker-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjuliao%2Fdocker-rails/lists"}