Add wazuh-dashboard Dockerfile

This commit is contained in:
vcerenu
2022-01-20 09:25:11 -03:00
parent b94bad1bd0
commit 3de9c0b173
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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
-2
View File
@@ -6,5 +6,3 @@
##############################################################################
service wazuh-dashboard start
service wazuh-dashboard enable