{"id":22687484,"url":"https://github.com/lilyprism/python-ready-docker","last_synced_at":"2025-03-29T15:45:24.531Z","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":"2024-12-18T15:40:34.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T16:47:04.484Z","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":"2024-12-18T15:43:24.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207492,"owners_count":20740723,"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","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":"2025-03-29T15:45:24.511Z","avatar_url":"https://github.com/lilyprism.png","language":"Dockerfile","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","funding_links":[],"categories":[],"sub_categories":[],"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"}