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:
14
docker/ELK/logstash/compose.yml
Normal file
14
docker/ELK/logstash/compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
logstash:
|
||||
container_name: transcendence-logstash
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
volumes:
|
||||
- log-user:/var/log/user-api
|
||||
- log-auth:/var/log/auth-api
|
||||
- log-nginx:/var/log/nginx
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
networks:
|
||||
- elk
|
Reference in New Issue
Block a user