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" version: "3.9"
services: services:
loki: loki:
build: . build: ..
environment: environment:
LOKI_CONFIG_DIR: /loki/config LOKI_CONFIG_DIR: /loki/config
volumes: volumes:
@@ -580,7 +580,7 @@ services:
- "127.0.0.1:3400:3400" - "127.0.0.1:3400:3400"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3400/healthz/live"] test: [ "CMD", "curl", "-f", "http://localhost:3400/healthz/live" ]
interval: 30s interval: 30s
timeout: 5s timeout: 5s
retries: 3 retries: 3