mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:16 +00:00 
			
		
		
		
	Update images
This commit is contained in:
		@@ -3,7 +3,7 @@ version: '3.7'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  wazuh:
 | 
					  wazuh:
 | 
				
			||||||
    image: wazuh/wazuh-odfe:4.0.0_1.10.1
 | 
					    image: wazuh/wazuh-odfe:4.0.1_1.11.0
 | 
				
			||||||
    hostname: wazuh-manager
 | 
					    hostname: wazuh-manager
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -30,7 +30,7 @@ services:
 | 
				
			|||||||
      - filebeat_var:/var/lib/filebeat
 | 
					      - filebeat_var:/var/lib/filebeat
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  elasticsearch:
 | 
					  elasticsearch:
 | 
				
			||||||
    image: amazon/opendistro-for-elasticsearch:1.10.1
 | 
					    image: amazon/opendistro-for-elasticsearch:1.11.0
 | 
				
			||||||
    hostname: elasticsearch
 | 
					    hostname: elasticsearch
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -50,7 +50,7 @@ services:
 | 
				
			|||||||
        hard: 65536
 | 
					        hard: 65536
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kibana:
 | 
					  kibana:
 | 
				
			||||||
    image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1
 | 
					    image: wazuh/wazuh-kibana-odfe:4.0.1_1.11.0
 | 
				
			||||||
    hostname: kibana
 | 
					    hostname: kibana
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@ version: '3.7'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  wazuh-master:
 | 
					  wazuh-master:
 | 
				
			||||||
    image: wazuh/wazuh-odfe:4.0.0_1.10.1
 | 
					    image: wazuh/wazuh-odfe:4.0.1_1.11.0
 | 
				
			||||||
    hostname: wazuh-master
 | 
					    hostname: wazuh-master
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -38,7 +38,7 @@ services:
 | 
				
			|||||||
      - ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
 | 
					      - ./production_cluster/wazuh_cluster/wazuh_manager.conf:/wazuh-config-mount/etc/ossec.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  wazuh-worker:
 | 
					  wazuh-worker:
 | 
				
			||||||
    image: wazuh/wazuh-odfe:4.0.0_1.10.1
 | 
					    image: wazuh/wazuh-odfe:4.0.1_1.11.0
 | 
				
			||||||
    hostname: wazuh-worker
 | 
					    hostname: wazuh-worker
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
@@ -67,7 +67,7 @@ services:
 | 
				
			|||||||
      - ./production_cluster/wazuh_cluster/wazuh_worker.conf:/wazuh-config-mount/etc/ossec.conf
 | 
					      - ./production_cluster/wazuh_cluster/wazuh_worker.conf:/wazuh-config-mount/etc/ossec.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  elasticsearch:
 | 
					  elasticsearch:
 | 
				
			||||||
    image: amazon/opendistro-for-elasticsearch:1.10.1
 | 
					    image: amazon/opendistro-for-elasticsearch:1.11.0
 | 
				
			||||||
    hostname: elasticsearch
 | 
					    hostname: elasticsearch
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
@@ -90,7 +90,7 @@ services:
 | 
				
			|||||||
      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
					      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  elasticsearch-2:
 | 
					  elasticsearch-2:
 | 
				
			||||||
    image: amazon/opendistro-for-elasticsearch:1.10.1
 | 
					    image: amazon/opendistro-for-elasticsearch:1.11.0
 | 
				
			||||||
    hostname: elasticsearch-2
 | 
					    hostname: elasticsearch-2
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
@@ -111,7 +111,7 @@ services:
 | 
				
			|||||||
      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
					      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  elasticsearch-3:
 | 
					  elasticsearch-3:
 | 
				
			||||||
    image: amazon/opendistro-for-elasticsearch:1.10.1
 | 
					    image: amazon/opendistro-for-elasticsearch:1.11.0
 | 
				
			||||||
    hostname: elasticsearch-3
 | 
					    hostname: elasticsearch-3
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
@@ -132,7 +132,7 @@ services:
 | 
				
			|||||||
      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
					      - ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  kibana:
 | 
					  kibana:
 | 
				
			||||||
    image: wazuh/wazuh-kibana-odfe:4.0.0_1.10.1
 | 
					    image: wazuh/wazuh-kibana-odfe:4.0.1_1.11.0
 | 
				
			||||||
    hostname: kibana
 | 
					    hostname: kibana
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user