{"id":16385800,"url":"https://github.com/xettrisomeman/flaskdockerredis","last_synced_at":"2026-04-08T22:32:34.028Z","repository":{"id":98968966,"uuid":"227018459","full_name":"xettrisomeman/flaskdockerredis","owner":"xettrisomeman","description":"Flask app using redis and docker","archived":false,"fork":false,"pushed_at":"2019-12-10T03:11:51.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T22:33:12.055Z","etag":null,"topics":["docker","docker-compose","flask","python","redis"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/xettrisomeman.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":"2019-12-10T03:11:27.000Z","updated_at":"2019-12-10T03:12:03.000Z","dependencies_parsed_at":"2023-04-16T08:47:10.499Z","dependency_job_id":null,"html_url":"https://github.com/xettrisomeman/flaskdockerredis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xettrisomeman/flaskdockerredis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xettrisomeman%2Fflaskdockerredis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xettrisomeman%2Fflaskdockerredis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xettrisomeman%2Fflaskdockerredis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xettrisomeman%2Fflaskdockerredis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xettrisomeman","download_url":"https://codeload.github.com/xettrisomeman/flaskdockerredis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xettrisomeman%2Fflaskdockerredis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","flask","python","redis"],"created_at":"2024-10-11T04:15:23.722Z","updated_at":"2026-04-08T22:32:34.004Z","avatar_url":"https://github.com/xettrisomeman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SImple flask app using redis and docker\n\n## Docker-compose.yml\n\n```docker\nversion: '3.7'\n\nservices:\n    web:\n        build: .\n        ports:\n            - 5000:5000\n\n    redis:\n        image: redis\n```\n\n## version- it states which version of dockercompose you want to use\n\n## services: it is second thing we write after writing version in our docker-compose file\n\n## Then we write our app name , here ive given it (Web)\n\n## Build-\u003e it means which files we are going to use to build the app. Here i am using the files from current directory\n\n## ports-\u003e the ports we are using to run our app\n\n## we give redis name to our second app which uses image redis\n\n## image-\u003e it means download images from docker hub for later use. we are downloading redis image because our app uses redis images\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxettrisomeman%2Fflaskdockerredis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxettrisomeman%2Fflaskdockerredis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxettrisomeman%2Fflaskdockerredis/lists"}