Skip to content

Instantly share code, notes, and snippets.

View nightlord189's full-sized avatar

Alexey Buravov nightlord189

View GitHub Profile
@nightlord189
nightlord189 / index.html
Created March 25, 2021 20:44
js_react_component
<div id="react-root"></div>
@nightlord189
nightlord189 / docker-compose.yml
Last active March 1, 2021 18:55 — forked from aedorado/docker-compose.yml
Setup ES and Kibana using Docker Compose
version: '3.7'
services:
elasticsearch:
image: elasticsearch:7.9.3
ports:
- '9200:9200'
environment:
- discovery.type=single-node
ulimits: