Set docker-compose to build from sources

This commit is contained in:
Manuel Gutierrez
2020-01-09 18:18:00 +01:00
parent 53f905937e
commit 5001a7d220

View File

@@ -3,7 +3,7 @@ version: '2'
services:
wazuh:
image: wazuh/wazuh:3.10.2_7.5.0
build: wazuh
hostname: wazuh-manager
restart: always
ports:
@@ -11,9 +11,8 @@ services:
- "1515:1515"
- "514:514/udp"
- "55000:55000"
elasticsearch:
image: wazuh/wazuh-elasticsearch:3.10.2_7.5.0
build: elasticsearch
hostname: elasticsearch
restart: always
ports:
@@ -28,9 +27,8 @@ services:
soft: -1
hard: -1
mem_limit: 2g
kibana:
image: wazuh/wazuh-kibana:3.10.2_7.5.0
build: kibana
hostname: kibana
restart: always
depends_on:
@@ -39,7 +37,7 @@ services:
- elasticsearch:elasticsearch
- wazuh:wazuh
nginx:
image: wazuh/wazuh-nginx:3.10.2_7.5.0
build: nginx
hostname: nginx
restart: always
environment: