$ npm run install
$ npm run dev
The application will run on localhost:4999
(server will run on port localhost:5000)
$ npm run test
| Variable | Description | Default |
|---|---|---|
API_URL | StatusBay Api URL. If not set, The server will use mock data | |
GELF_ADDRESS | Gelf server and port (separated by colon) | http://localhost:12201 |
LOG_LEVEL | log level to use | error |
.env file is also supported. |
docker build -t statusbay-ui .
d run -it --rm --name statusbay -e [email protected] -e [email protected]:1234 -p 3000:80 statusbay-u
Content type
Image
Digest
Size
216.9 MB
Last updated
over 6 years ago
docker pull similarweb/statusbay-ui:release-0.1.7-rc3