Compare commits
No commits in common. "a6f87b2a0f157b65406dee672931cd322c9da3f3" and "f9393152fd956c4917e1dd2128514254be93cc72" have entirely different histories.
a6f87b2a0f
...
f9393152fd
4 changed files with 1 additions and 19 deletions
|
@ -10,6 +10,7 @@ services:
|
|||
ackee:
|
||||
image: electerious/ackee
|
||||
restart: always
|
||||
container_name: metrics
|
||||
environment:
|
||||
- WAIT_HOSTS=mongo:27017
|
||||
- ACKEE_MONGODB=mongodb://mongo:27017/ackee
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Cloudflare Tunnel Token
|
||||
# Setup tunnel to http://kuma:3001
|
||||
TUNNEL_TOKEN= ##REQUIRED##
|
|
@ -1,8 +0,0 @@
|
|||
# Uptime Kuma via. Cloudflare
|
||||
|
||||
There is almost no setup required and, luckily, Uptime Kuma includes
|
||||
Cloudflared.
|
||||
|
||||
1. Generate a new Tunnel pointing to `http://kuma:3001`
|
||||
2. Paste the Tunnel token into .env
|
||||
3. Start 'er up!
|
|
@ -1,8 +0,0 @@
|
|||
services:
|
||||
kuma:
|
||||
image: "louislam/uptime-kuma:1"
|
||||
restart: always
|
||||
environment:
|
||||
- UPTIME_KUMA_CLOUDFLARED_TOKEN=${TUNNEL_TOKEN}
|
||||
volumes:
|
||||
- ./data:/app/data
|
Loading…
Reference in a new issue