mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 20:42:53 +02:00
「🏗️」 wip: logstash workinnnggg
This commit is contained in:
3
docker/ELK/elasticsearch/Dockerfile
Normal file
3
docker/ELK/elasticsearch/Dockerfile
Normal 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/
|
10
docker/ELK/elasticsearch/compose.yml
Normal file
10
docker/ELK/elasticsearch/compose.yml
Normal 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
|
0
docker/ELK/elasticsearch/elasticsearch.yml
Normal file
0
docker/ELK/elasticsearch/elasticsearch.yml
Normal file
Reference in New Issue
Block a user