A simple status page.
The Simple Status Page API allows users to request services information based on URL.
The Simple Status Page UI allows users to easily see the requested services information.
Build and run the application containers:
docker-compose up -d
Stop the running application containers:
docker-compose stop
Remove the application containers entirely:
docker-compose down