mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 22:42:51 +01:00
redis binds
This commit is contained in:
@@ -87,7 +87,7 @@ bind 0.0.0.0
|
|||||||
# are explicitly listed using the "bind" directive.
|
# are explicitly listed using the "bind" directive.
|
||||||
protected-mode no
|
protected-mode no
|
||||||
tls-cert-file /certs/redis.crt
|
tls-cert-file /certs/redis.crt
|
||||||
tls-key-file /certs/to/redis.key
|
tls-key-file /certs/redis.key
|
||||||
tls-ca-cert-file /certs/ca.crt
|
tls-ca-cert-file /certs/ca.crt
|
||||||
tls-port 6380
|
tls-port 6380
|
||||||
|
|
||||||
|
|||||||
@@ -57,6 +57,9 @@ so-redis:
|
|||||||
- /opt/so/log/redis:/var/log/redis:rw
|
- /opt/so/log/redis:/var/log/redis:rw
|
||||||
- /opt/so/conf/redis/etc/redis.conf:/usr/local/etc/redis/redis.conf:ro
|
- /opt/so/conf/redis/etc/redis.conf:/usr/local/etc/redis/redis.conf:ro
|
||||||
- /opt/so/conf/redis/working:/redis:rw
|
- /opt/so/conf/redis/working:/redis:rw
|
||||||
|
- /etc/pki/redis.crt:/certs/redis.crt:ro
|
||||||
|
- /etc/pki/redis.key:/certs/redis.key:ro
|
||||||
|
- /etc/pki/ca.crt:/certs/ca.crt:ro
|
||||||
- entrypoint: "redis-server /usr/local/etc/redis/redis.conf"
|
- entrypoint: "redis-server /usr/local/etc/redis/redis.conf"
|
||||||
- watch:
|
- watch:
|
||||||
- file: /opt/so/conf/redis/etc
|
- file: /opt/so/conf/redis/etc
|
||||||
|
|||||||
Reference in New Issue
Block a user