Install with Docker Compose

In this section, you will find how to install Horusec web application in your environment using docker-compose.

What is it?

Docker-Compose is a tool to configure your application’s services and also execute Docker applications in lots of containers. You can create and start all your configuration services with only one command.

This installation uses Horusec’s web application linked to your environment using Docker-Compose.

Requirements

Check out the requirements in the Set up section section.

Configuration

Horusec has a configuration file with default options for your enviroment configuration.

Follow the next steps to configure: Step 1. Clone the repository:

git clone https://github.com/ZupIT/horusec-platform.git

Step 2. Enter the folder you have cloned:

cd horusec-platform

Step 3. Run the command make install to have all web applications:

make install

Access Horusec’s services

Access the http://localhost:8043 to view the web application screens, showed by Horusec-Manager service.

Teste

For test cases, Horusec gives you a default e-mail and a password to access the platform, see below:

email: dev@example.com
password: Devpass0*

If you want to change or disable the default user of the system, check out the tutorial

Images

Horusec’s images are available on Dockerhub. You can check and use them, see below:

Reminders

Read more