mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: logstash workinnnggg
This commit is contained in:
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
|
Reference in New Issue
Block a user