As of writing, only SonarQube is available, but more will be added in the future.
$ cp .envsample .env
$ docker-compose build --no-cache
Note: If you make any changes to the environment variables, make sure to build the container again by running the following commands:
$ docker-compose build --no-cache
$ docker-compose up -d
Note: If you wish to persist database data in-between runs, make sure that you run docker-compose stop
instead of docker-compose down