I am trying to install OWASP - DefectDojo in the app platform but it never worked. I pull from github repository, from dockerhub or from digitalocean container registry. Non of them worked. postgres,redis,nginx,defectdojo-django used images,
nginx, uwsgi, celerybeat, celeryworker, postgres, redis these are the services
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Are you getting any specific errors? Have you configured all of the internal routings correctly?
As per the official DefectDojo documentation, have you considered using a Droplet with Docker and Docker Compose installed or a Kubernetes cluster instead?
If you decide to go with a Droplet you could follow the steps here:
And you could get a Docker Droplet using this 1-Click image from the Marketplace:
Alternatively, if you decide to use Kubernetes, you could use a DigitalOcean Managed Kubernetes cluster and the DefectDojo helm chart provided by the DefectDojo team themselves:
- Bobby