mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Move docker location
This commit is contained in:
@@ -65,7 +65,7 @@ localbrosync:
|
||||
|
||||
so-bro:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-communitybro:techpreview
|
||||
- image: soshybridhunter/so-communitybro:HH1.0.3
|
||||
- privileged: True
|
||||
- binds:
|
||||
- /nsm/bro/logs:/nsm/bro/logs:rw
|
||||
@@ -88,7 +88,7 @@ localbrosync:
|
||||
|
||||
so-bro:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-bro:techpreview
|
||||
- image: soshybridhunter/so-bro:HH1.0.3
|
||||
- privileged: True
|
||||
- binds:
|
||||
- /nsm/bro/logs:/nsm/bro/logs:rw
|
||||
|
||||
@@ -112,7 +112,7 @@ nginxtmp:
|
||||
# Start the core docker
|
||||
so-core:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-core:techpreview
|
||||
- image: soshybridhunter/so-core:HH1.0.3
|
||||
- hostname: so-core
|
||||
- user: socore
|
||||
- binds:
|
||||
|
||||
@@ -95,9 +95,9 @@ eslogdir:
|
||||
|
||||
so-elasticsearch:
|
||||
docker_container.running:
|
||||
- image: securityonionsolutions/so-elasticsearch:latest
|
||||
- image: soshybridhunter/so-elasticsearch:HH1.0.3
|
||||
- hostname: elasticsearch
|
||||
- name: elasticsearch
|
||||
- name: so-elasticsearch
|
||||
- user: elasticsearch
|
||||
- environment:
|
||||
- bootstrap.memory_lock=true
|
||||
|
||||
@@ -52,7 +52,7 @@ filebeatconfsync:
|
||||
|
||||
so-filebeat:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-filebeat:techpreview
|
||||
- image: soshybridhunter/so-filebeat:HH1.0.3
|
||||
- hostname: so-filebeat
|
||||
- user: root
|
||||
- extra_hosts: {{ MASTER }}:{{ MASTERIP }}
|
||||
|
||||
@@ -53,10 +53,9 @@ toosmooth/so-idstools:test2:
|
||||
|
||||
so-idstools:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-idstools:test2
|
||||
- image: soshybridhunter/so-idstools:HH1.0.3
|
||||
- hostname: so-idstools
|
||||
- user: socore
|
||||
- binds:
|
||||
- /opt/so/conf/idstools/etc:/opt/so/idstools/etc:ro
|
||||
- /opt/so/rules/nids:/opt/so/rules/nids:rw
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ synckibanacustom:
|
||||
# Start the kibana docker
|
||||
so-kibana:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-kibana:techpreview
|
||||
- image: soshybridhunter/so-kibana:HH1.0.3
|
||||
- hostname: kibana
|
||||
- user: kibana
|
||||
- environment:
|
||||
|
||||
@@ -109,7 +109,7 @@ lslogdir:
|
||||
|
||||
so-logstash:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-logstash:HH1.0.2
|
||||
- image: soshybridhunter/so-logstash:HH1.0.3
|
||||
- hostname: so-logstash
|
||||
- name: so-logstash
|
||||
- user: logstash
|
||||
|
||||
@@ -49,7 +49,7 @@ acngcopyconf:
|
||||
# Install the apt-cacher-ng container
|
||||
so-aptcacherng:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-acng:techpreview
|
||||
- image: soshybridhunter/so-acng:HH1.0.3
|
||||
- hostname: so-acng
|
||||
- port_bindings:
|
||||
- 0.0.0.0:3142:3142
|
||||
|
||||
@@ -49,7 +49,7 @@ toosmooth/so-redis:test2:
|
||||
|
||||
so-redis:
|
||||
docker_container.running:
|
||||
- image: toosmooth/so-redis:test2
|
||||
- image: soshybridhunter/so-redis:HH1.0.3
|
||||
- hostname: so-redis
|
||||
- user: socore
|
||||
- port_bindings:
|
||||
@@ -59,4 +59,3 @@ so-redis:
|
||||
- /opt/so/conf/redis/etc/redis.conf:/usr/local/etc/redis/redis.conf:ro
|
||||
- /opt/so/conf/redis/working:/redis:rw
|
||||
- entrypoint: "redis-server /usr/local/etc/redis/redis.conf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user