Skip to content

Raznak/vectorviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorViz

This app is a Vector visualizer.
You will need to enable API on your Vector conf: docs

How To

Pull docker image: docker pull ghcr.io/raznak/vectorviz
Launch:

docker run -p 8000:8000 -e VECTOR_URLS=http://vector1:8686,http://vector2:8686

Go to http://localhost:8000

DEVELOP

Launch dockers:

docker-compose -f docker-compose-dev.yaml --build -d

Then go to: http://:localhost:9000
Vector URL: http://vector:8686