Jafner.net/homelab/stacks/monitoring/docker-compose.yml

18 lines
445 B
YAML
Raw Normal View History

2022-02-08 17:00:27 -08:00
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: monitoring_uptime-kuma
restart: "no"
volumes:
- $APPDATA/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web
labels:
- traefik.http.routers.uptime-kuma.rule=Host(`uptime.jafner.net`)
- traefik.http.routers.uptime-kuma.tls.certresolver=lets-encrypt
2022-02-08 17:00:27 -08:00
networks:
web:
external: true