Skip to content

Various Docker Compose profiles to set up TheHive and Cortex for different use cases

Notifications You must be signed in to change notification settings

StrangeBeeCorp/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose environments for TheHive and Cortex

Important

This repository contains Docker Compose files and additional resources to deploy TheHive and Cortex in both testing and production environments.

This repository offers various Docker Compose profiles to set up TheHive and Cortex for different use cases, including both testing and production environments. These profiles are designed to simplify deployment and ensure optimal performance based on your infrastructure requirements.

Upgrade notes

Caution

ElasticSearch authentication was added by this PR, follow these instructions to implement it in older deployments

To implement ElasticSearch authentication, we need to recreate the .env file and create new index.conf. This is done automatically by doing the following commands:

# Pull the latest version of this codebase
git pull

# Go to the relevant profile (e.g. "testing" here)
cd ./testing

# Run the "init.sh" script
./scripts/init.sh

A password for ElasticSearch will be created and propagated to TheHive and Cortex.

Available Deployment Profiles

Software requirements

These Docker Compose profiles include scripts to help you manage and optimize various resources and settings. To ensure a smooth experience with these applications, please ensure the following software is installed on the host system:

About

Various Docker Compose profiles to set up TheHive and Cortex for different use cases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages