forked from wazuh/wazuh-docker
Add wazuh-dashboard Dockerfile
This commit is contained in:
@@ -134,7 +134,7 @@ services:
|
||||
- ./production_cluster/elastic_opendistro/internal_users.yml:/usr/share/elasticsearch/plugins/opendistro_security/securityconfig/internal_users.yml
|
||||
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana-odfe:4.3.0
|
||||
image: wazuh/wazuh-dashboard
|
||||
hostname: kibana
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -7,7 +7,7 @@ ARG FILEBEAT_CHANNEL=filebeat-oss
|
||||
ARG FILEBEAT_VERSION=7.10.2
|
||||
ARG WAZUH_FILEBEAT_MODULE="wazuh-filebeat-0.1.tar.gz"
|
||||
|
||||
RUN apt-get update && apt install curl gnupg -y
|
||||
RUN apt-get update && apt install curl libcap2-bin -y
|
||||
|
||||
RUN curl https://s3.amazonaws.com/warehouse.wazuh.com/stack/dashboard/stable/wazuh-dashboard_${WAZUH_VERSION}.deb --output wazuh-dashboard_${WAZUH_VERSION}.deb && \
|
||||
dpkg -i wazuh-dashboard_${WAZUH_VERSION}.deb
|
||||
|
||||
@@ -6,5 +6,3 @@
|
||||
##############################################################################
|
||||
|
||||
service wazuh-dashboard start
|
||||
|
||||
service wazuh-dashboard enable
|
||||
|
||||
Reference in New Issue
Block a user