Code Monkey home page Code Monkey logo

docker-defectdojo's Introduction

Synopsis

Ready to run production environment for DefectDojo, a security defect tool.

Motivation

DefectDojo is a great product for managing security defects. The project's goal is to make it simple to run Dojo in a production environment. Simply clone this project and start up with docker-compose.

Docker Cloud

The easiest way to get up and running is via docker cloud where you can choose which service provider you would like to use. Use the docker-cloud.yml to provision a DefectDojo stack.

Deploy to Docker Cloud

Installation and initial configuration

  1. Install docker and docker-compose per the Docker website.
  2. Git clone the docker-DefectDojo repo and cd into its directory
  3. If necessary, run
    $ chmod u+x setup.bash
    to make it executable.
  4. Run the setup.bash script which will create a random password for MySQL and Dojo and other setup tasks.

Running

To run docker-DefectDojo and see the Dojo logs in the terminal, use:

$ docker-compose up

To run docker-DefectDojo and get your terminal prompt back, use:

$ docker-compose up -d

The compose file will start three containers labeled as: dojo, nginx and mysql. The initial start will take a minute or so as the startup script is creating the database and setting up the default user. Once the service is started (usually a minute or less), then browse to https://localhost and login with the username admin and the password that is in the .env file.

Building

If you would like to build the docker file and test it out with debugging then run:

docker-compose -f docker-compose-dev.yml build

Then:

docker-compose -f docker-compose-dev.yml up

Contributors

  • Aaron Weaver
  • Matt Tesauro

License

MIT

docker-defectdojo's People

Contributors

aaronweaver avatar mtesauro avatar saganshul avatar

Watchers

James Cloos avatar Ishara Samantha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.