Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

nsea

A simple docker compose script that spins up local Narwhal server environment.

Tested with Debian/Ubuntu.

How to use

Get Docker and docker-compose

  1. Get Docker

  2. Install or update docker compose

Clone this git repository

git clone https://github.com/itworks99/nsea.git; cd nsea

Start with

docker-compose up

or

docker-compose -f "docker-compose.yml" up -d --build

Access web dashboard

Navigate to https://127.0.0.1:3000 then create a security exception because at this point in time Narwhal is using local security certificates.

Access JSON endpoints

Navigate to https://127.0.0.1:3000/json_all for all data. Use https://127.0.0.1:3000/json_alerts for alerts only.

Download data as CSV files

Navigate to https://127.0.0.1:3000/csv_all to download all data. Use https://127.0.0.1:3000/csv_alerts for alerts only.

About

Docker-compose file to start local Narwhal environment

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors