Skip to content

ProductivityTools-ServiceStatus/ProductivityTools.ServiceStatus.Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProductivityTools.ServiceStatus.Web

React application for displaying the status of various services.

🚀 Deployment

This application is deployed on Google Cloud Run in the PTServiceStatus project.

🛠️ Build and Development

Local Docker Build

To build the Docker image locally:

sudo docker build -t serverstatus .

Run Locally with Docker

To run the container locally:

sudo docker run -d -p 3000:80 react-application

Push to Google Cloud Artifact Registry

To build and push the image to Google Cloud Artifact Registry:

gcloud builds submit -t us-central1-docker.pkg.dev/ptservicestatus/ptservicestatusdockerrepository/ptservicestatus ./

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors