mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 05:46:55 +02:00

Add docker support It's self-contained so should not interfere with anything else and can easily be thrown out if nobody wants it anymore.
9 lines
248 B
YAML
9 lines
248 B
YAML
---
|
|
|
|
server.name: kibana
|
|
server.host: 'kibana'
|
|
server.basePath: /kibana
|
|
# server.rewriteBasePath: true
|
|
# server.defaultRoute: /kibana/app/kibana
|
|
elasticsearch.url: http://elasticsearch:9200
|
|
xpack.monitoring.ui.container.elasticsearch.enabled: true
|