🏗️」 wip: logstash workinnnggg

This commit is contained in:
2025-07-26 10:31:26 +02:00
parent 8982e72969
commit f1d54de6a5
19 changed files with 95 additions and 1 deletions

View File

@ -0,0 +1,3 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-wolfi:9.0.3
COPY --chown=elasticsearch:elasticsearch elasticsearch.yml /usr/share/elasticsearch/config/

View File

@ -0,0 +1,10 @@
services:
elasticsearch:
container_name: transcendence-elasticsearch
build:
dockerfile: Dockerfile
context: .
environment:
- LOG_LEVEL=info
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
mem_limit: 1gb