diff --git a/compose.yaml b/compose.yaml index 9144089..2965041 100644 --- a/compose.yaml +++ b/compose.yaml @@ -151,4 +151,11 @@ services: - /app-config/loki/loki-config.yaml:/etc/loki/local-config.yaml - /app-config/loki/data:/data - + uptime-kuma: + image: louislam/uptime-kuma:1 + volumes: + - /app-config/kuma:/app/data + ports: + # : + - 3001:3001 + restart: unless-stopped