Compare commits

..

No commits in common. "a6f87b2a0f157b65406dee672931cd322c9da3f3" and "f9393152fd956c4917e1dd2128514254be93cc72" have entirely different histories.

4 changed files with 1 additions and 19 deletions

View file

@ -10,6 +10,7 @@ services:
ackee: ackee:
image: electerious/ackee image: electerious/ackee
restart: always restart: always
container_name: metrics
environment: environment:
- WAIT_HOSTS=mongo:27017 - WAIT_HOSTS=mongo:27017
- ACKEE_MONGODB=mongodb://mongo:27017/ackee - ACKEE_MONGODB=mongodb://mongo:27017/ackee

View file

@ -1,3 +0,0 @@
# Cloudflare Tunnel Token
# Setup tunnel to http://kuma:3001
TUNNEL_TOKEN= ##REQUIRED##

View file

@ -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!

View file

@ -1,8 +0,0 @@
services:
kuma:
image: "louislam/uptime-kuma:1"
restart: always
environment:
- UPTIME_KUMA_CLOUDFLARED_TOKEN=${TUNNEL_TOKEN}
volumes:
- ./data:/app/data