Web interface for Cayley
docker run -p 3000:80 cayleygraph/web
By default, the server URL is set to http://localhost:64210 (the default Cayley server URL). To change it pass SERVER_URL
environment variable.
For example:
docker run -p 3000:80 --env SERVER_URL="http://example.org:64210" cayleygraph/web
- Query Editor
- Data Editor
- Data Browser