mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-03 13:33:15 +00:00
Using fixed containers versions
This commit is contained in:
@@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
image: wazuh/wazuh
|
||||
image: wazuh/wazuh:3.3.1_6.3.1
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
depends_on:
|
||||
- logstash
|
||||
logstash:
|
||||
image: wazuh/wazuh-logstash
|
||||
image: wazuh/wazuh-logstash:3.3.1_6.3.1
|
||||
hostname: logstash
|
||||
restart: always
|
||||
# volumes:
|
||||
@@ -60,7 +60,7 @@ services:
|
||||
networks:
|
||||
- docker_elk
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana
|
||||
image: wazuh/wazuh-kibana:3.3.1_6.3.1
|
||||
hostname: kibana
|
||||
restart: always
|
||||
# ports:
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
- elasticsearch:elasticsearch
|
||||
- wazuh:wazuh
|
||||
nginx:
|
||||
image: wazuh/wazuh-nginx
|
||||
image: wazuh/wazuh-nginx:3.3.1_6.3.1
|
||||
hostname: nginx
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user