{"id":22687484,"url":"https://github.com/lilyprism/python-ready-docker","last_synced_at":"2026-05-05T07:34:14.783Z","repository":{"id":212346555,"uuid":"374979065","full_name":"lilyprism/Python-Ready-Docker","owner":"lilyprism","description":"Python Ready Docker Images for Git Repos","archived":false,"fork":false,"pushed_at":"2025-12-28T20:10:34.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T12:19:03.483Z","etag":null,"topics":["docker","git","python39"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/lilyprism/djangoready/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lilyprism.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-06-08T11:09:30.000Z","updated_at":"2025-12-28T20:10:38.000Z","dependencies_parsed_at":"2023-12-13T20:42:27.553Z","dependency_job_id":"bb4cf4dd-4854-457c-9b89-bd87991a5d6e","html_url":"https://github.com/lilyprism/Python-Ready-Docker","commit_stats":null,"previous_names":["sayga231/python-ready-docker","lilyprism/python-ready-docker"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/lilyprism/Python-Ready-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilyprism%2FPython-Ready-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilyprism%2FPython-Ready-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilyprism%2FPython-Ready-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilyprism%2FPython-Ready-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilyprism","download_url":"https://codeload.github.com/lilyprism/Python-Ready-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilyprism%2FPython-Ready-Docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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","git","python39"],"created_at":"2024-12-09T23:27:38.832Z","updated_at":"2026-05-05T07:34:14.757Z","avatar_url":"https://github.com/lilyprism.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PythonReady Docker\nPython Ready Docker Images\n \nServes as helper to deploy multiple django apps without creating a dockerfile for each one\u003cbr\u003e\n\n### Uses Python 3.11\nGit repo must have a start.sh file at the root of the repo that is executed after setup is complete.\n\nincludes nodejs 18\nincludes pipenv\nGDAL only on -GDAL tagged versions\n\n### You must use these Environment Variables:\nGITHUB_USER\u003cbr\u003e\nGITHUB_TOKEN\u003cbr\u003e\nGIT_REPO as \tgithub.com/(user)/(repo).git\u003cbr\u003e\n\n\n### You can mount:\n/home/app/repo -\u003e Where the repo files will be downloaded and be kept updated\u003cbr\u003e\n/root/.local/share/virtualenvs (if using pipenv)\u003cbr\u003e\n\n\n### start.sh example:\n```bash\n#!/bin/sh\necho \"Installing pipenv requirements\"\npipenv clean\npipenv install\necho \"Running django startup\"\npipenv run python manage.py collectstatic --no-input\npipenv run gunicorn app.wsgi --workers 4 --bind 0.0.0.0:8000 --preload --timeout 0 --log-level \"debug\" --enable-stdio-inheritance\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilyprism%2Fpython-ready-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilyprism%2Fpython-ready-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilyprism%2Fpython-ready-docker/lists"}