Skip to content

Commit f090c99

Browse files
docs: update references to renamed compose.storage-s3.yml
1 parent d078a75 commit f090c99

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ First tagged release: the stack is runnable, demoable, and validated in CI.
2222
- README: architecture diagram, demo quickstart, screenshot, design
2323
decisions.
2424
- ADR 0001 recording the single-host OTLP-native architecture, and a
25-
commented `compose.storage.s3.yml` stub documenting the storage
25+
commented `compose.storage-s3.yml` stub documenting the storage
2626
scale-out path.
2727

2828
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ someone.
125125
Everything persists to local Docker volumes (`loki_data`, `tempo_data`,
126126
`prometheus_data`, `grafana_data`). Swap Loki / Tempo storage to S3-compatible
127127
(Backblaze B2, Cloudflare R2, Hetzner, MinIO) when you outgrow local disk —
128-
`compose.storage.s3.yml` documents the concrete shape of that change, and
128+
`compose.storage-s3.yml` documents the concrete shape of that change, and
129129
`docs/adr/0001-observability-stack.md` records the architecture rationale.
130130

131131
## Design decisions

compose.storage-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# secret_key: ${S3_SECRET_ACCESS_KEY}
3333
#
3434
# 2. Uncomment the overlay below and run:
35-
# docker compose -f compose.yml -f compose.storage.s3.yml up -d
35+
# docker compose -f compose.yml -f compose.storage-s3.yml up -d
3636
#
3737
# services:
3838
# loki:

docs/adr/0001-observability-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ endpoints via Cloudflare Tunnel; bind everything else to `127.0.0.1`.
4343
fire-and-forget) and the stack rebuilds from this repo in minutes.
4444
- Local disk bounds retention (30d logs/metrics, 7d traces). The escape hatch,
4545
reached before any move to distributed ingest, is S3-compatible storage for
46-
Loki and Tempo — see `compose.storage.s3.yml`.
46+
Loki and Tempo — see `compose.storage-s3.yml`.
4747
- Every image is pinned and validated by `just check` in CI, so the stack
4848
stays reproducible.

0 commit comments

Comments
 (0)