{"id":20532215,"url":"https://github.com/monogramm/docker-covid","last_synced_at":"2026-04-09T21:59:34.627Z","repository":{"id":44706730,"uuid":"249405096","full_name":"Monogramm/docker-covid","owner":"Monogramm","description":":whale: :gem: Custom container for lifen-labs/covid","archived":false,"fork":false,"pushed_at":"2022-01-29T21:44:59.000Z","size":64,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T02:47:52.534Z","etag":null,"topics":["covid-19","docker","health","ruby"],"latest_commit_sha":null,"homepage":"https://github.com/lifen-labs/covid","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monogramm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-23T10:53:15.000Z","updated_at":"2020-10-22T13:33:30.000Z","dependencies_parsed_at":"2022-09-13T22:10:58.456Z","dependency_job_id":null,"html_url":"https://github.com/Monogramm/docker-covid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Monogramm/docker-template","purl":"pkg:github/Monogramm/docker-covid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-covid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-covid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-covid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-covid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monogramm","download_url":"https://codeload.github.com/Monogramm/docker-covid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Fdocker-covid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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-08-11T02:00:10.019Z","response_time":75,"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":["covid-19","docker","health","ruby"],"created_at":"2024-11-16T00:13:39.655Z","updated_at":"2026-04-09T21:59:29.584Z","avatar_url":"https://github.com/Monogramm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: AGPL v3][uri_license_image]][uri_license]\n[![Docs](https://img.shields.io/badge/Docs-Github%20Pages-blue)](https://monogramm.github.io/covid/)\n[![Build Status](https://travis-ci.org/Monogramm/docker-covid.svg)](https://travis-ci.org/Monogramm/docker-covid)\n[![Docker Automated buid](https://img.shields.io/docker/cloud/build/monogramm/docker-covid.svg)](https://hub.docker.com/r/monogramm/docker-covid/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/monogramm/docker-covid.svg)](https://hub.docker.com/r/monogramm/docker-covid/)\n[![Docker Version](https://images.microbadger.com/badges/version/monogramm/docker-covid.svg)](https://microbadger.com/images/monogramm/docker-covid)\n[![Docker Size](https://images.microbadger.com/badges/image/monogramm/docker-covid.svg)](https://microbadger.com/images/monogramm/docker-covid)\n[![GitHub stars](https://img.shields.io/github/stars/Monogramm/docker-covid?style=social)](https://github.com/Monogramm/docker-covid)\n\n# **Covid** Docker image\n\nDocker image for **Covid**.\n\nThis image aims to provide the following features:\n-   production ready image based on official [ruby](https://hub.docker.com/_/ruby/) docker image\n-   using [puma](https://puma.io/) to serve the application\n-   available as either debian or alpine variants\n-   running as non-root user (user/group name and id based on build arguments)\n-   sample Nginx setup\n-   automatic wait for database to be ready\n-   automatic database setup and migrations\n-   automatic admin user creation (email and password based on environment variables)\n-   automatic generation of a self signed certifcate for local usage\n    *   Note that it's still recommended to mount valid certificates for production\n\n:construction: **This image is still in beta!**\n\n## What is **Covid** ?\n\nWeb application which aims to facilitate covid-19 patients' self-monitoring at home via forms sent by SMS.\n\n\u003e [**Covid**](https://github.com/lifen-labs/covid)\n\n## Supported tags\n\n[Dockerhub monogramm/docker-covid](https://hub.docker.com/r/monogramm/docker-covid/)\n\n-   `alpine` `latest`\n-   `debian`\n\n## How to run this image ?\n\n1. Clone this project using `git clone https://github.com/Monogramm/docker-covid.git`\n1. Replace any default information in the `.env` file by your own (password, Twilio)\n1. Run the application by using `docker-compose up -d`\n1. Open your browser at _https://localhost:3000/admin/_\n\nFor production, it is recommended to generate your own certificates (see `docker-compose.yml`).\n\n# Questions / Issues\n\nIf you got any questions or problems using the image, please visit our [Github Repository](https://github.com/Monogramm/docker-covid) and write an issue.\n\n[uri_license]: http://www.gnu.org/licenses/agpl.html\n\n[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-covid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonogramm%2Fdocker-covid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Fdocker-covid/lists"}