{"id":35110254,"url":"https://github.com/shuntagami/rails_postgres","last_synced_at":"2026-04-06T08:31:21.981Z","repository":{"id":37891328,"uuid":"441880052","full_name":"shuntagami/rails_postgres","owner":"shuntagami","description":"Dockerized Rails app skelton","archived":false,"fork":false,"pushed_at":"2023-01-25T23:05:34.000Z","size":216,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T15:51:04.016Z","etag":null,"topics":["docker","postgresql","rails","template"],"latest_commit_sha":null,"homepage":"","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/shuntagami.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}},"created_at":"2021-12-26T12:00:55.000Z","updated_at":"2022-06-01T03:46:47.000Z","dependencies_parsed_at":"2023-02-14T12:16:51.033Z","dependency_job_id":null,"html_url":"https://github.com/shuntagami/rails_postgres","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shuntagami/rails_postgres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuntagami%2Frails_postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuntagami%2Frails_postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuntagami%2Frails_postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuntagami%2Frails_postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuntagami","download_url":"https://codeload.github.com/shuntagami/rails_postgres/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuntagami%2Frails_postgres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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","postgresql","rails","template"],"created_at":"2025-12-27T19:33:05.486Z","updated_at":"2026-04-06T08:31:21.976Z","avatar_url":"https://github.com/shuntagami.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shuntagami/rails_postgres\n\nThis is a dockerized Rails6 application template.\n\n## keywords\n\n- Database: **PostgreSQL**\n- Test: **Rspec**\n- CI: **Github Actions**\n- Webpacker (Asset Pipeline/Sprockets is disabled)\n- OpenAPI\n- API schema test: **committee-rails**\n\n## How to use\n\n### Development build by docker-compose\n\n```bash\n$ make all\n```\n\n### FYI: Development build without docker-compose\n\n```bash\n$ docker network create rails-network # Create a network of rails-network\n$ docker build -t postgres docker/postgres/. # Buiid a postgres image.\n$ docker run --name postgres --net rails-network -d --env-file ./docker/postgres/.env -v db-data:/var/lib/postgresql/data postgres # Run a postgres image with a specific network and env-file.\n$ docker build --target development -t my-api . # Build a rails-app image of my-api.\n$ docker run --rm --name rails_postgres --env-file .env --net rails-network -d -p 3000:3000 -v $(pwd):/opt/app my-api # Run a rails-app image with a specific network and env-file.\n```\n\n### Health check\n\n```bash\n$ curl localhost:3000/api/_healthcheck\n{\"message\":\"OK\"}\n```\n\n### Production build\n\n```bash\n$ make image.build # build docker image for production.\n$ make image.push # push to docker registry.\n```\n\nYou can pull my image from docker hub.\n\n- https://hub.docker.com/repository/docker/shuntagami/rails_postgres\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuntagami%2Frails_postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuntagami%2Frails_postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuntagami%2Frails_postgres/lists"}