Skip to content

Commit

Permalink
#1140 Update docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 7, 2020
1 parent 03b2ce5 commit 26d22b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker/thehive/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
version: "2"
services:
elasticsearch:
image: elasticsearch:6.8.0
image: elasticsearch:6.8.8
environment:
- http.host=0.0.0.0
- thread_pool.index.queue_size=100000
- thread_pool.search.queue_size=100000
- thread_pool.bulk.queue_size=100000
ulimits:
nofile:
soft: 65536
hard: 65536
cortex:
image: thehiveproject/cortex:3.0.0-RC4
image: thehiveproject/cortex:latest
depends_on:
- elasticsearch
ports:
- "0.0.0.0:9001:9001"
thehive:
image: thehiveproject/thehive:3.4.0-RC2
image: thehiveproject/thehive:latest
depends_on:
- elasticsearch
- cortex
ports:
- "0.0.0.0:9000:9000"
command: --cortex-port 9001

0 comments on commit 26d22b6

Please sign in to comment.