Skip to content

Commit

Permalink
Merge pull request #2324 from jaimergp/dockerstatus
Browse files Browse the repository at this point in the history
Check Docker status endpoint
  • Loading branch information
beckermr authored Oct 2, 2024
2 parents 848f6e1 + 190b70e commit af4b8fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ export const urls = {
link: "https://status.circleci.com",
title: "Circle CI",
},
docker: {
api: "https://conda-forge.herokuapp.com/status-monitor/docker",
link: "https://dockerstatus.com",
title: "Docker",
},
github: {
api: "https://www.githubstatus.com/api/v2/status.json",
link: "https://www.githubstatus.com/",
Expand Down

0 comments on commit af4b8fd

Please sign in to comment.