Add snapshots and latest build
This commit is contained in:
@ -9,6 +9,7 @@ services:
|
|||||||
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||||
- xpack.security.enabled=false
|
- xpack.security.enabled=false
|
||||||
- cluster.routing.allocation.disk.threshold_enabled=false
|
- cluster.routing.allocation.disk.threshold_enabled=false
|
||||||
|
- path.repo=/snapshots
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
@ -73,11 +74,14 @@ services:
|
|||||||
esnet:
|
esnet:
|
||||||
aliases:
|
aliases:
|
||||||
- logstash.local
|
- logstash.local
|
||||||
|
|
||||||
vulnwhisperer:
|
vulnwhisperer:
|
||||||
image: vulnwhisperer-1.8
|
# image: vulnwhisperer-1.8
|
||||||
|
image: vulnwhisperer-pemontto
|
||||||
container_name: vulnwhisperer
|
container_name: vulnwhisperer
|
||||||
entrypoint: [
|
entrypoint: [
|
||||||
"vuln_whisperer",
|
"vuln_whisperer",
|
||||||
|
"-F",
|
||||||
"-c",
|
"-c",
|
||||||
"/opt/VulnWhisperer/vulnwhisperer.ini",
|
"/opt/VulnWhisperer/vulnwhisperer.ini",
|
||||||
"--mock",
|
"--mock",
|
||||||
|
Reference in New Issue
Block a user