SSL path for logstash

This commit is contained in:
Mike Reeves
2020-08-05 14:14:35 -04:00
parent e30746c5ca
commit 95cae2f17a

View File

@@ -148,6 +148,7 @@ so-logstash:
- user: logstash
- environment:
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }}
- SSL_CERT_FILE=/etc/ssl/certs/ca.crt
- port_bindings:
{% for BINDING in DOCKER_OPTIONS.port_bindings %}
- {{ BINDING }}