docs: Documentation for the RESTful API POC
This commit is contained in:
+2
-2
@@ -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
|
||||||
Reference in New Issue
Block a user