{"id":18740394,"url":"https://github.com/zerossb/django-docker","last_synced_at":"2025-07-13T12:07:20.171Z","repository":{"id":91160876,"uuid":"223058576","full_name":"zerossB/django-docker","owner":"zerossB","description":"Image made to be able to create and run Django projects in a simple and 100% modifiable way.","archived":false,"fork":false,"pushed_at":"2019-12-09T00:34:14.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-12-28T18:40:47.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zerossB.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-11-21T01:06:55.000Z","updated_at":"2019-12-08T22:41:21.000Z","dependencies_parsed_at":"2023-07-30T22:47:14.426Z","dependency_job_id":null,"html_url":"https://github.com/zerossB/django-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerossB%2Fdjango-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerossB%2Fdjango-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerossB%2Fdjango-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerossB%2Fdjango-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerossB","download_url":"https://codeload.github.com/zerossB/django-docker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619572,"owners_count":19669447,"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":[],"created_at":"2024-11-07T15:39:11.838Z","updated_at":"2025-02-19T07:50:59.852Z","avatar_url":"https://github.com/zerossB.png","language":"Shell","readme":"# Django Development Container\n\nImage made to be able to create and run Django projects in a simple and 100% modifiable way.\n\n## Simple Tags\n\n- [`master`](https://github.com/zerossB/django-docker/blob/master/2/alpine/Dockerfile)\n- [`develop`](https://github.com/zerossB/django-docker/blob/develop/2/alpine/Dockerfile)\n- [`develop-3`](https://github.com/zerossB/django-docker/blob/develop/3/alpine/Dockerfile)\n\n\n## How to use?\n\nSimply build the image using `docker build -t docker-django`.\n\nand run it with all needed parameter:\n\n```bash\ndocker run --rm \\\n    -v ./:/code \\\n    -e ZONEINFO=America/Sao_Paulo \\\n    -e DJANGO_VERSION=2.2.7\\\n    -e PROJECT_NAME=myproject\n     django-docker\n```\n\nWith Docker-Compose\n\n```yaml\nversion: \"3\"\nservices:\n  db:\n    image: postgres\n    ports:\n      - \"5432:5432\"\n  web:\n    image: zerossb/django-docker:2-alpine\n    restart: always\n    environment:\n      ZONEINFO: \"America/Sao_Paulo\"\n      DJANGO_VERSION: 2.2.8\n      PROJECT_NAME: myapp\n    ports:\n      - 8000:8000\n    volumes:\n      - .:/code\n```\n\nThat's it.\n\n## Environment variables\n\nThis image uses environment variables for configuration.\n\n\nAvailable variables | Default value| Description\n--- | --- | ---\nZONEINFO | America/Sao_Paulo | [Django Time Zone](https://docs.djangoproject.com/en/2.2/topics/i18n/timezones/)\nDJANGO_VERSION | 2.2.8 | Django Version\nPROJECT_NAME | myapp | Project Name\n\n## Functionalities\n\n- Creates the project automatically.\n- Install all requirements.txt dependencies\n- 100% customizable\n\n## License\nThis git repo is under the GNU V3 license. Find it here.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerossb%2Fdjango-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerossb%2Fdjango-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerossb%2Fdjango-docker/lists"}