Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
10 lines
482 B
Bash
10 lines
482 B
Bash
# Copy to .env and adjust per host. Do not commit the real .env.
|
|
|
|
# A stable name for THIS Docker host; becomes the `host` log stream label and the
|
|
# `host` label on its scraped metrics (keep it consistent with the VMStaticScrape).
|
|
HOST_LABEL=docker-01
|
|
|
|
# VictoriaLogs Elasticsearch-bulk ingest endpoint, reached over the tailnet
|
|
# (exposed by ../logs/vlogs-ingress.yaml). Confirm the tailnet FQDN after applying.
|
|
VLOGS_ENDPOINT=https://vlogs.tail7e769.ts.net/insert/elasticsearch/
|