Easily deploy a status page and start monitoring endpoints in seconds
Statuscool is a fork of Statusnook but with more visual improvements
docker run -d -p 80:80 -v statuscool-data:/app/statuscool-data --restart always ghcr.io/airoflare/statuscool:latest
services:
statuscool:
image: ghcr.io/airoflare/statuscool:latest
container_name: statuscool
volumes:
- statuscool-data:/app/statuscool-data
ports:
- 80:80
volumes:
statuscool-data:
docker compose up
services:
statuscool:
image: ghcr.io/airoflare/statuscool:latest
volumes:
- statuscool-data:/app/statuscool-data
environment:
- SERVICE_URL_STATUSCOOL_80