Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 446 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 446 Bytes

This is a simple uptime service that can handle tcp and http

example

Recommended requirements

  • Go version 1.20.8
  • node v18.17.1
  • npm v9.6.7
  • Docker version 20.10.25, build v20.10.25

Installation

git clone https://github.com/g0dm0d/uptime
cd uptime
cp ./configs/.env.example ./.env
cp ./configs/uptime.toml.example ./uptime.toml

Set up the configs

docker compose build
docker compose up