mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 20:51:30 +00:00
c015cab2f4
Rewrote docs/features.md from scratch as authoritative feature inventory (1255 lines, every claim verified against source files). Audited README.md and architecture.md against repo — fixed 19 stale references: K8s Secrets status, issuer counts, dashboard page counts, CI thresholds, missing connectors in Mermaid diagrams, OpenAPI operation count, GetCACertPEM behavior, and V2/V4 roadmap accuracy. Also includes related fixes discovered during audit: - Scheduler skips expired/failed/revoked certs from auto-renewal - Seed demo expiry dates moved outside 31-day scheduler query window - Agent pages use correct last_heartbeat_at field name Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
554 B
YAML
15 lines
554 B
YAML
# Demo mode: pre-populated dashboard with 32 certificates, 8 agents, 10 issuers, etc.
|
|
# Use this to showcase certctl's dashboard with realistic data.
|
|
#
|
|
# Usage:
|
|
# docker compose -f docker-compose.yml -f docker-compose.demo.yml up --build
|
|
#
|
|
# To start fresh (wipe previous data):
|
|
# docker compose -f docker-compose.yml -f docker-compose.demo.yml down -v
|
|
# docker compose -f docker-compose.yml -f docker-compose.demo.yml up --build
|
|
|
|
services:
|
|
postgres:
|
|
volumes:
|
|
- ../migrations/seed_demo.sql:/docker-entrypoint-initdb.d/030_seed_demo.sql
|