Fixes in Dockerfiles and entrypoints

This commit is contained in:
vcerenu
2022-01-21 15:28:56 -03:00
parent 4435658edf
commit b7b87cb06e
11 changed files with 41 additions and 295 deletions
+3 -5
View File
@@ -41,7 +41,6 @@ services:
- network.host=0.0.0.0
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- bootstrap.memory_lock=true
- JAVA_HOME=/usr/share/wazuh-indexer/jdk/bin
ulimits:
memlock:
soft: -1
@@ -55,13 +54,12 @@ services:
hostname: kibana
restart: always
ports:
- 443:5601
- 5601:5601
- 443:443
environment:
- ELASTICSEARCH_USERNAME=admin
- ELASTICSEARCH_PASSWORD=admin
- SERVER_SSL_ENABLED=true
- SERVER_SSL_CERTIFICATE=/etc/wazuh-dashboard/config/opendistroforelasticsearch.example.org.cert
- SERVER_SSL_KEY=/etc/wazuh-dashboard/config/opendistroforelasticsearch.example.org.key
- SERVER_SSL_ENABLED=false
depends_on:
- elasticsearch