{"id":16393262,"url":"https://github.com/jedirhymetrix/hold-my-flask","last_synced_at":"2026-04-14T15:31:44.307Z","repository":{"id":133359554,"uuid":"368453431","full_name":"JediRhymeTrix/hold-my-flask","owner":"JediRhymeTrix","description":"Instantly turn your Python-Flask application into a production-ready docker container.","archived":false,"fork":false,"pushed_at":"2022-05-04T19:49:03.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T02:16:43.715Z","etag":null,"topics":["api","backend","deployment","docker","docker-compose","flask","production-ready","python","quick","template","webserver"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/JediRhymeTrix.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-18T08:18:59.000Z","updated_at":"2022-05-04T19:49:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"889593a9-4fd8-4564-9f71-381f42694fe2","html_url":"https://github.com/JediRhymeTrix/hold-my-flask","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JediRhymeTrix/hold-my-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JediRhymeTrix%2Fhold-my-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JediRhymeTrix%2Fhold-my-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JediRhymeTrix%2Fhold-my-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JediRhymeTrix%2Fhold-my-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JediRhymeTrix","download_url":"https://codeload.github.com/JediRhymeTrix/hold-my-flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JediRhymeTrix%2Fhold-my-flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["api","backend","deployment","docker","docker-compose","flask","production-ready","python","quick","template","webserver"],"created_at":"2024-10-11T04:52:46.835Z","updated_at":"2026-04-14T15:31:44.288Z","avatar_url":"https://github.com/JediRhymeTrix.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hold My FLASK\n\n_What's in your **Flask**? It could be Whiskey or Gin 🍸. But if it's an **API** in need of some TLC to reach it's true potential 🚀, then this is what you need!_\n\nInstantly turn your Python-Flask application into a production-ready docker container.\n\nNo more writing and maintaining `Dockerfile` or `docker-compose`\n\nAutomatically adds and configures the following in your container so you don't have to:\n\n- **gunicorn** for scalability\n- **nginx** for routing\n- **supervisord** for monitoring\n\nPlace your files inside `/app`. \\\nGet up and running with a single command:\n\n```bash\ndocker-compose up\n```\n\nNow, if anyone asks you to quickly create and deploy a scalable Flask app, all you have to say is **\"Hold My FLASK\"**!\n\n## Prerequisites\n\n[Docker](https://docs.docker.com/get-docker/)\n[docker-compose](https://docs.docker.com/compose/install/)\n\n## Full Instructions\n\n1. Place your Flask app files into the `app` directory. Use the name `app.py` for your app's entry point or change the filename in `configs/supervisord.conf`. (skip to step #5 to use defaults)\n2. Set the version tag on the first line of `Dockerfile` to your desired Python version. (**3.9** by default)\n3. (Optional) Make changes to **gunicorn**, **nginx** and **supervisord** config files in `/configs` as needed.\n4. (Optional) Use a file \"`app/utils/prep.py`\" to run python setup scripts such as downloading sklearn models and uncomment the respective line in `Dockerfile` to run the scripts before starting the server.\n5. Finally, run the following set of command to build and run the docker container:\n\n```bash\ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedirhymetrix%2Fhold-my-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedirhymetrix%2Fhold-my-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedirhymetrix%2Fhold-my-flask/lists"}