web
A Django 2.2.3 web application built from the local Dockerfile, exposing port 8000. It uses a PostgreSQL database and includes a 'vuln' app with a Collection model that uses JSONField, which is vulnerable to SQL injection. The entrypoint script initializes the database and creates a superuser.
docker-compose.yml:3-8Dockerfile:1-11docker-entrypoint.sh:1-12models.py:1-10