brianbroderick / lantern

Shine a light on your PG query logs. The project is being reimagined and is now a WIP.
Apache License 2.0
2 stars 0 forks source link

Support both HTTP and HTTPS & Update to ES v7 #10

Closed spencerdcarlson closed 4 years ago

spencerdcarlson commented 4 years ago

Run HTTPS

  1. Set your .env to run HTTPS (see env.example for reference)
  2. Run ./bin/dev/start to spin up ES and Kibana
  3. Run ./bin/dev/clean to teardown all docker assets

Run HTTP

  1. Change .env to run HTTP (see env.example for reference)
  2. Run ./bin/dev/start to spin up ES and Kibana
  3. Run ./bin/dev/clean to teardown all docker assets