Upstat
🟢 a simple open-source, self-hosted status monitoring tool.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
vigil:
image: 'valeriansaliou/vigil:v1.26.3'
volumes:
- './config.cfg:/etc/vigil.cfg'
ports:
- '8080:8080'
restart: alwaysResources
Website: https://upstat.vercel.app/
GitHub: https://github.com/chamanbravo/upstat
Docker Hub: https://hub.docker.com/r/chamanbravo/upstat-web
Configuration: https://github.com/chamanbravo/upstat#-how-to-install