services: uptime-kuma: image: louislam/uptime-kuma:1 container_name: uptime-kuma restart: always extra_hosts: - "host.docker.internal:host-gateway" volumes: - .:/app/data - /var/run/docker.sock:/var/run/docker.sock networks: - homelab labels: - "traefik.enable=true" - "traefik.http.routers.kuma.rule=Host(`kuma.zea.lt`)" - "traefik.http.routers.kuma.entrypoints=websecure" - "traefik.http.routers.kuma.tls.certresolver=leresolver" - "traefik.http.routers.kuma.middlewares=auth@file" - "traefik.http.services.kuma.loadbalancer.server.port=3001"