mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Version Updates
This commit is contained in:
@@ -61,13 +61,13 @@ fleetdbpriv:
|
|||||||
|
|
||||||
so-fleetimage:
|
so-fleetimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-fleet:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-fleet:HH1.1.3
|
||||||
|
|
||||||
so-fleet:
|
so-fleet:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-fleetimage
|
- so-fleetimage
|
||||||
- image: docker.io/soshybridhunter/so-fleet:HH1.1.0
|
- image: docker.io/soshybridhunter/so-fleet:HH1.1.3
|
||||||
- hostname: so-fleet
|
- hostname: so-fleet
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:8080:8080
|
- 0.0.0.0:8080:8080
|
||||||
|
|||||||
@@ -26,13 +26,13 @@ navigatorconfig:
|
|||||||
|
|
||||||
so-playbookimage:
|
so-playbookimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-playbook:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-playbook:HH1.1.3
|
||||||
|
|
||||||
so-playbook:
|
so-playbook:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-playbookimage
|
- so-playbookimage
|
||||||
- image: docker.io/soshybridhunter/so-playbook:HH1.1.1
|
- image: docker.io/soshybridhunter/so-playbook:HH1.1.3
|
||||||
- hostname: playbook
|
- hostname: playbook
|
||||||
- name: so-playbook
|
- name: so-playbook
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ soctopussync:
|
|||||||
- user: 939
|
- user: 939
|
||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
soctopuslogdir:
|
soctopuslogdir:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /opt/so/log/soctopus
|
- name: /opt/so/log/soctopus
|
||||||
@@ -46,18 +46,18 @@ navigatordefaultlayer:
|
|||||||
|
|
||||||
so-soctopusimage:
|
so-soctopusimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-soctopus:HH1.1.1
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-soctopus:HH1.1.3
|
||||||
|
|
||||||
so-soctopus:
|
so-soctopus:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-soctopusimage
|
- so-soctopusimage
|
||||||
- image: docker.io/soshybridhunter/so-soctopus:HH1.1.1
|
- image: docker.io/soshybridhunter/so-soctopus:HH1.1.3
|
||||||
- hostname: soctopus
|
- hostname: soctopus
|
||||||
- name: so-soctopus
|
- name: so-soctopus
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/soctopus/SOCtopus.conf:/SOCtopus/SOCtopus.conf:ro
|
- /opt/so/conf/soctopus/SOCtopus.conf:/SOCtopus/SOCtopus.conf:ro
|
||||||
- /opt/so/log/soctopus/:/var/log/SOCtopus/:rw
|
- /opt/so/log/soctopus/:/var/log/SOCtopus/:rw
|
||||||
- /opt/so/rules/elastalert/playbook:/etc/playbook-rules:rw
|
- /opt/so/rules/elastalert/playbook:/etc/playbook-rules:rw
|
||||||
- /opt/so/conf/playbook/nav_layer_playbook.json:/etc/playbook/nav_layer_playbook.json:rw
|
- /opt/so/conf/playbook/nav_layer_playbook.json:/etc/playbook/nav_layer_playbook.json:rw
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
|
|||||||
Reference in New Issue
Block a user