mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update Strelka init
This commit is contained in:
@@ -54,36 +54,8 @@ strelkastagedir:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
|
||||||
so-strelka-frontendimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-strelka-frontend:HH1.1.5
|
|
||||||
|
|
||||||
so-strelka-coordinatorimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/redis:5.0.5-alpine3.10
|
|
||||||
|
|
||||||
so-strelka-gatekeeperimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/redis:5.0.5-alpine3.10
|
|
||||||
|
|
||||||
so-strelka-backendimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-strelka-backend:HH1.1.5
|
|
||||||
|
|
||||||
so-strelka-managerimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-strelka-manager:HH1.1.5
|
|
||||||
|
|
||||||
so-strelka-backendimage:
|
|
||||||
cmd.run:
|
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-strelka-backend:HH1.1.5
|
|
||||||
|
|
||||||
|
|
||||||
strelka_coordinator:
|
strelka_coordinator:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
|
||||||
- so-strelka-coordinatorimage
|
|
||||||
- image: docker.io/redis:5.0.5-alpine3.10
|
- image: docker.io/redis:5.0.5-alpine3.10
|
||||||
- name: so-strelka-coordinator
|
- name: so-strelka-coordinator
|
||||||
- command: redis-server --save "" --appendonly no
|
- command: redis-server --save "" --appendonly no
|
||||||
@@ -92,19 +64,15 @@ strelka_coordinator:
|
|||||||
|
|
||||||
strelka_gatekeeper:
|
strelka_gatekeeper:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
|
||||||
- so-strelka-gatekeeperimage
|
|
||||||
- image: docker.io/redis:5.0.5-alpine3.10
|
- image: docker.io/redis:5.0.5-alpine3.10
|
||||||
- name: so-strelka-gatekeeper
|
- name: so-strelka-gatekeeper
|
||||||
- command: redis-server --save "" --appendonly no --maxmemory-policy allkeys-lru
|
- command: redis-server --save "" --appendonly no --maxmemory-policy allkeys-lru
|
||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:6381:6379
|
- 0.0.0.0:6381:6379
|
||||||
|
|
||||||
strelka_frontend:
|
strelka_frontend:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- image: soshybridhunter/so-strelka-frontend:HH1.2.1
|
||||||
- so-strelka-frontendimage
|
|
||||||
- image: docker.io/soshybridhunter/so-strelka-frontend:HH1.1.5
|
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/strelka/frontend/:/etc/strelka/:ro
|
- /opt/so/conf/strelka/frontend/:/etc/strelka/:ro
|
||||||
- /opt/so/log/strelka/:/var/log/strelka/:rw
|
- /opt/so/log/strelka/:/var/log/strelka/:rw
|
||||||
@@ -116,9 +84,7 @@ strelka_frontend:
|
|||||||
|
|
||||||
strelka_backend:
|
strelka_backend:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- image: soshybridhunter/so-strelka-backend:HH1.2.1
|
||||||
- so-strelka-backendimage
|
|
||||||
- image: docker.io/soshybridhunter/so-strelka-backend:HH1.1.5
|
|
||||||
- restart_policy: unless-stopped
|
- restart_policy: unless-stopped
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/strelka/backend/:/etc/strelka/:ro
|
- /opt/so/conf/strelka/backend/:/etc/strelka/:ro
|
||||||
@@ -128,9 +94,7 @@ strelka_backend:
|
|||||||
|
|
||||||
strelka_manager:
|
strelka_manager:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- image: soshybridhunter/so-strelka-manager:HH1.2.1
|
||||||
- so-strelka-managerimage
|
|
||||||
- image: docker.io/soshybridhunter/so-strelka-manager:HH1.1.5
|
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/strelka/manager/:/etc/strelka/:ro
|
- /opt/so/conf/strelka/manager/:/etc/strelka/:ro
|
||||||
- name: so-strelka-manager
|
- name: so-strelka-manager
|
||||||
@@ -138,12 +102,9 @@ strelka_manager:
|
|||||||
|
|
||||||
strelka_filestream:
|
strelka_filestream:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- image: soshybridhunter/so-strelka-filestream:HH1.2.1
|
||||||
- so-strelka-filestreamimage
|
|
||||||
- image: docker.io/soshybridhunter/so-strelka-filestream:HH1.1.5
|
|
||||||
- image: docker.io/wlambert/sfilestream:grpc
|
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/strelka/filestream/:/etc/strelka/:ro
|
- /opt/so/conf/strelka/filestream/:/etc/strelka/:ro
|
||||||
- /nsm/strelka:/nsm/strelka
|
- /nsm/strelka:/nsm/strelka
|
||||||
- name: so-strelka-filestream
|
- name: so-strelka-filestream
|
||||||
- command: strelka-filestream
|
- command: strelka-filestream
|
||||||
|
|||||||
Reference in New Issue
Block a user