docs: Documentation for the RESTful API POC

This commit is contained in:
2026-05-01 14:45:13 -06:00
parent c53e0546d4
commit 1ee6b4d7c7
73 changed files with 2 additions and 2 deletions
@@ -570,7 +570,7 @@ For local development with TLS via nginx:
version: "3.9"
services:
loki:
build: .
build: ..
environment:
LOKI_CONFIG_DIR: /loki/config
volumes:
@@ -580,7 +580,7 @@ services:
- "127.0.0.1:3400:3400"
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3400/healthz/live"]
test: [ "CMD", "curl", "-f", "http://localhost:3400/healthz/live" ]
interval: 30s
timeout: 5s
retries: 3