mirror of https://github.com/infosecn1nja/HELK.git
Docker compose refers to repository directories
Enables building from repository.keyword-vs-text-changes
parent
f02cac3280
commit
255d926246
|
@ -3,7 +3,7 @@ version: '3.2'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
helk-elk:
|
helk-elk:
|
||||||
image: cyb3rward0g/helk-elk:6.2.2
|
build: ./helk-elk
|
||||||
container_name: helk-elk
|
container_name: helk-elk
|
||||||
volumes:
|
volumes:
|
||||||
- esdata:/var/lib/elasticsearch
|
- esdata:/var/lib/elasticsearch
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
aliases:
|
aliases:
|
||||||
- helk_elk.hunt.local
|
- helk_elk.hunt.local
|
||||||
helk-kafka:
|
helk-kafka:
|
||||||
image: cyb3rward0g/helk-kafka:1.0.0
|
build: ./helk-kafka
|
||||||
container_name: helk-kafka
|
container_name: helk-kafka
|
||||||
env_file: ./helk.env
|
env_file: ./helk.env
|
||||||
ports:
|
ports:
|
||||||
|
@ -42,7 +42,7 @@ services:
|
||||||
aliases:
|
aliases:
|
||||||
- helk_kafka.hunt.local
|
- helk_kafka.hunt.local
|
||||||
helk-analytics:
|
helk-analytics:
|
||||||
image: cyb3rward0g/helk-analytics:0.0.1
|
build: ./helk-analytics/
|
||||||
container_name: helk-analytics
|
container_name: helk-analytics
|
||||||
ports:
|
ports:
|
||||||
- "8880:8880"
|
- "8880:8880"
|
||||||
|
|
Loading…
Reference in New Issue