Run DefectDojo in a "stateless" fashion.
$ VERSION="..." RELEASE="..." docker-compose up --build
Once the containers are ready, you should have a docker container running against the "remote" database.
https://localhost admin/admin
Versions in docker hub are tagged with the Defect Dojo version number and the docker release number.
${VERSION}-${RELEASE}
See docker hub for the supported versions.
- Upgrading from
1.3.0
to1.5.2
does NOT work!
VERSION="..." DOJO_HOST="dojo" docker-compose -f docker-compose.dev.yaml up --build