django-docker icon indicating copy to clipboard operation
django-docker copied to clipboard

Toy project. Trying to use Django inside a Docker container for both local development and production deployment.

Results 9 django-docker issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.2 to 2.2.1. Changelog Sourced from django-debug-toolbar's changelog. 2.2.1 (2021-04-14) Fixed SQL Injection vulnerability, CVE-2021-30459. The toolbar now calculates a signature on all fields for the SQL...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.12. Commits 625d3c1 [3.1.x] Bumped version for 3.1.12 release. 203d4ab [3.1.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 20c67a0 [3.1.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

When starting the local docker container via `docker-compose up` we get the error /entrypoint.sh: 4: /entrypoint.sh: pg_isready: not found This can be fixed with using the scripts as shown [here](https://github.com/zentrumnawi/dive-backend/tree/develop/docker/local/vendor/wait-for-it)...

Wouldn't it be greate to have this project as cookiecutter template? With this one can avoid the trouble of cloneing and carrying all the previous commits and also avoid renaming...