🏗️」 wip: ELK workingggggggggggggggggggggggggggggggggggg

This commit is contained in:
2025-07-26 15:21:34 +02:00
parent f1d54de6a5
commit 18e41b5552
22 changed files with 116 additions and 103 deletions

View File

@ -1,3 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.3
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.4
COPY --chown=elasticsearch:elasticsearch elasticsearch.yml /usr/share/elasticsearch/config/
COPY --chown=elasticsearch:elasticsearch jvm.options /usr/share/elasticsearch/config/jvm.options.d/custom.options

View File

@ -6,5 +6,5 @@ services:
context: .
environment:
- LOG_LEVEL=info
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
mem_limit: 1gb
networks:
- elk

View File

@ -0,0 +1,9 @@
cluster.name: docker-cluster
node.name: transcendence-elasticsearch
discovery.type: single-node
xpack.security.enabled: false
network.host: 0.0.0.0

View File

@ -0,0 +1,2 @@
-Xms1g
-Xmx1g