TheHive Module - Add our new dockers

This commit is contained in:
Mike Reeves
2019-03-12 12:35:22 -04:00
parent 92818bebca
commit 201668eed9

View File

@@ -2,11 +2,15 @@ hiveconfdir:
file.directory: file.directory:
- name: /opt/so/conf/hive/etc - name: /opt/so/conf/hive/etc
- makedirs: True - makedirs: True
- user: 939
- group: 939
hivelogdir: hivelogdir:
file.directory: file.directory:
- name: /opt/so/log/hive - name: /opt/so/log/hive
- makedirs: True - makedirs: True
- user: 939
- group: 939
hiveconf: hiveconf:
file.recurse: file.recurse:
@@ -21,12 +25,15 @@ hiveesdata:
file.directory: file.directory:
- name: /nsm/hive/esdata - name: /nsm/hive/esdata
- makedirs: True - makedirs: True
- user: 939
- group: 939
so-thehive-es: so-thehive-es:
docker_container.running: docker_container.running:
- image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0 - image: soshybridhunter/so-thehive-es:HH1.0.7
- hostname: so-thehive-es - hostname: so-thehive-es
- name: so-thehive-es - name: so-thehive-es
- user: 939
- interactive: True - interactive: True
- tty: True - tty: True
- binds: - binds:
@@ -62,9 +69,10 @@ so-cortex:
so-thehive: so-thehive:
docker_container.running: docker_container.running:
- image: thehiveproject/thehive:latest - image: soshybridhunter/so-thehive:HH1.0.7
- hostname: so-thehive - hostname: so-thehive
- name: so-thehive - name: so-thehive
- user: 939
- binds: - binds:
- /opt/so/conf/hive/etc/application.conf:/etc/thehive/application.conf:ro - /opt/so/conf/hive/etc/application.conf:/etc/thehive/application.conf:ro
- port_bindings: - port_bindings: