StatPing.ng

An easy to use Status Page for your websites and applications. Statping will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '2.3'
 
services:
  statping:
    container_name: statping
    image: adamboutcher/statping-ng:latest
    volumes:
      - ./statping_data:/app
    environment:
      DB_CONN: sqlite
    ports:
      - 8080:8080
    restart: always

Resources

Website: https://statping-ng.github.io/

GitHub: https://github.com/statping-ng/statping-ng

Docker Hub: https://hub.docker.com/r/adamboutcher/statping-ng

Configuration: https://github.com/statping-ng/statping-ng/wiki/Docker