mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
13 lines
220 B
YAML
13 lines
220 B
YAML
services:
|
|
kibana:
|
|
container_name: transcendence-kibana
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
ports:
|
|
- ${ELK_PORT}:5601
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
networks:
|
|
- elk
|