mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-04 22:13:31 +00:00
Using volume for testing purposes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
||||||
version: '3'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wazuh:
|
wazuh:
|
||||||
@@ -11,7 +11,8 @@ services:
|
|||||||
- "1515:1515"
|
- "1515:1515"
|
||||||
- "514:514/udp"
|
- "514:514/udp"
|
||||||
- "55000:55000"
|
- "55000:55000"
|
||||||
|
volumes:
|
||||||
|
- '/mnt/wazuh/:/var/ossec/data:z'
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
build: elasticsearch
|
build: elasticsearch
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
@@ -27,10 +28,7 @@ services:
|
|||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
deploy:
|
mem_limit: 2g
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 2G
|
|
||||||
|
|
||||||
kibana:
|
kibana:
|
||||||
build: kibana
|
build: kibana
|
||||||
|
|||||||
Reference in New Issue
Block a user