Skip to content

Commit

Permalink
uptime-kuma
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Apr 13, 2022
1 parent 42c6b25 commit c6b3b16
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/status_page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Status Page

use [uptime-kuma](https://github.com/louislam/uptime-kuma) - a self-hosted monitoring tool like "Uptime Robot"

```bash
docker service create \
--name uptime-kuma \
--replicas 1 \
--publish target=3001,published=3001 \
--mount type=bind,source=/mnt/shared_storage/uptime-kuma,destination=/app/data \
--network cosmosia \
--constraint 'node.role==manager' \
--restart-condition any \
louislam/uptime-kuma:1
```

0 comments on commit c6b3b16

Please sign in to comment.