Docker-Templates icon indicating copy to clipboard operation
Docker-Templates copied to clipboard

Docker configurations for TheHive, Cortex and 3rd party tools

Results 13 Docker-Templates issues
Sort by recently updated
recently updated
newest added

n8n container keeps restarting with the below error. ``` › Error: There was an error: Error parsing n8n-config file › "/home/node/.n8n/config". It does not seem to be valid JSON. ln:...

Ubuntu 20.04 Docker 20.10.12 Docker-Compose v2.2.3 Cloned repo, ran docker-compose up -d from the thehive4-cortex31-nginx-https directory Got error "network proxy declared as external, but could not be found"

Hi there, I am test running the latest image of TheHive4+Cortex. During the first step which is the migration step I am getting this: ![image](https://user-images.githubusercontent.com/315964/146088489-a4d9fe5e-ab8f-4fb0-bab9-b5ecc47e468c.png) In the logs I see...

Hi there, I noticed a critical issue with the Cortex container that doesn't check when ES is up and running. It gets into a state where it doesn't generate the...

Hi there found another warning that looks important during the Cortex container startup: ``` [warn] o.t.c.s.JobRunnerSrv - The package cortexutils for python hasn't been found [warn] o.t.c.s.JobRunnerSrv - The package...

Hi there, is anybody working to update thehive for the most recent version of ES. I tried version 7.13.0 and I was getting an error as described [here](https://github.com/TheHive-Project/Docker-Templates/issues/35). Many thanks.

I believe there is an issue within the hive image. For example take the : thehive4-berkleydb-cortex31 template. Change the docker compose like so: ``` version: '3.8' services: elasticsearch_thp: image: 'elasticsearch:7.11.1'...

friends, is there any reason not to have any image templates containing Lucene? I see that almost all use ES 7.

All of the samples with cortex break in different ways * `docker-compose network create proxy` should be added to the README for these * `docker-compose up` does not work, but...