Skip to content
Snippets Groups Projects
Commit 032b46dc authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Disabled ELK by default.

parent d192a67f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
docker-compose up minio rabbitmq redis
\ No newline at end of file
......@@ -41,7 +41,7 @@ fs = FSConfig(
tmp='./infrastructure/data/tmp'
)
logstash = LogstashConfig(
enabled=True,
enabled=False,
host='localhost',
tcp_port=5000
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment