MB Tech
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Page Index
Docker Compose Files
Census-server
Dashy
Dozzle
Excalidraw
Ghost
Homebox
It-Tools
Jellyfin
Koffan
Librenms
Minecraft
Otterwiki
Piman
Piwigo
Portainer
Retroassembly
Rsspub
Smokeping
Stirlingpdf
Tugtainer
Uptime-Kuma
Wallos
An Otter Wiki
Docker Compose Files
Uptime-Kuma
28d6cc
Commit
28d6cc
2026-01-18 02:19:43
mb tech
: removed traefik
docker compose files/uptime-kuma.md
..
@@ 6,15 6,6 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
-
labels:
-
- "traefik.enable=true"
-
- "traefik.http.routers.kuma.rule=Host(`status.binglab.net`)"
-
- "traefik.http.routers.kuma.entrypoints=websecure"
-
- "traefik.http.routers.kuma.tls=true"
-
- "traefik.http.routers.kuma.service=uptime-kuma@docker"
-
# Point to the VM's IP and the port you mapped (3001)
-
- "traefik.http.services.kuma.loadbalancer.server.address=192.168.10.185"
-
- "traefik.http.services.kuma.loadbalancer.server.port=3001"
container_name: uptime-kuma
volumes:
- ./data:/app/data
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9