Skip to content

Commit 190b70e

Browse files
committed
Check Docker status endpoint
1 parent 848f6e1 commit 190b70e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/constants.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ export const urls = {
4343
link: "https://status.circleci.com",
4444
title: "Circle CI",
4545
},
46+
docker: {
47+
api: "https://conda-forge.herokuapp.com/status-monitor/docker",
48+
link: "https://dockerstatus.com",
49+
title: "Docker",
50+
},
4651
github: {
4752
api: "https://www.githubstatus.com/api/v2/status.json",
4853
link: "https://www.githubstatus.com/",

0 commit comments

Comments
 (0)