DefectDojo / django-DefectDojo

DevSecOps, ASPM, Vulnerability Management. All on one platform.
https://defectdojo.com
BSD 3-Clause "New" or "Revised" License
3.62k stars 1.52k forks source link

Development in Defectdojo #10753

Closed mhsinj0 closed 1 month ago

mhsinj0 commented 1 month ago

Hi iam trying to development in defectdojo project and if i have this docker compose file

This docker-compose.yml file is fully functional to evaluate DefectDojo

in your local environment.

#

Although Docker Compose is one of the supported installation methods to

deploy a containerized DefectDojo in a production environment, the

docker-compose.yml file is not intended for production use without first

customizing it to your particular situation.


services: nginx: build: context: ./ dockerfile: "Dockerfile.nginx-${DEFECT_DOJO_OS:-debian}" image: "defectdojo/defectdojo-nginx:${NGINX_VERSION:-latest}" depends_on:

mtesauro commented 1 month ago

See here: https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/CONTRIBUTING.md

and https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/DOCKER.md

especially: https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/DOCKER.md#run-with-docker-compose-in-development-mode-with-hot-reloading