Sign inSign up

similarweb/statusbay-ui

By similarweb

•Updated over 6 years ago

Image
0

100K+

similarweb/statusbay-ui repository overview

⁠Installation

$ npm run install

⁠Development

⁠Running client & backend together:

$ npm run dev

The application will run on localhost:4999⁠

(server will run on port localhost:5000)

⁠Tests

$ npm run test

⁠Environment variables

VariableDescriptionDefault
API_URLStatusBay Api URL. If not set, The server will use mock data
GELF_ADDRESSGelf server and port (separated by colon)http://localhost:12201
LOG_LEVELlog level to useerror
.env file is also supported.

⁠Docker

docker build -t statusbay-ui .

d run -it --rm --name statusbay -e [email protected] -e [email protected]:1234 -p 3000:80 statusbay-u

Tag summary

Content type

Image

Digest

Size

216.9 MB

Last updated

over 6 years ago

docker pull similarweb/statusbay-ui:release-0.1.7-rc3