https://github.com/johanbook/updog
A service uptime watchdog
https://github.com/johanbook/updog
docker-compose nodejs
Last synced: 3 months ago
JSON representation
A service uptime watchdog
- Host: GitHub
- URL: https://github.com/johanbook/updog
- Owner: johanbook
- Created: 2021-10-31T17:58:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T19:43:40.000Z (over 4 years ago)
- Last Synced: 2025-01-16T15:38:37.183Z (over 1 year ago)
- Topics: docker-compose, nodejs
- Language: TypeScript
- Homepage:
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# updog
**Updog uses docker-compose which cannot provide high availability and is thus
not suitable for production purposes**
**Updog** is a system for uptime monitoring of multiple HTTP services. Service
status can be accesses thorough a public dashboard which is configured through a
protected admin panel.
## Spinning it up
To spin up Updog do
```sh
docker-compose up --build
```
The Traefik dashboard is available [here](http://127.0.0.1:8080/dashboard/#/).
## Installation
To install all dependencies, run `npm install --dependencies` in the root
folder.