mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-01-01 06:06:41 +01:00
11 lines
198 B
YAML
11 lines
198 B
YAML
services:
|
|
elasticsearch:
|
|
container_name: transcendence-elasticsearch
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
environment:
|
|
- LOG_LEVEL=info
|
|
networks:
|
|
- elk
|