Skip to content

v0.16.1 — TrueNAS Readiness: healthchecks, ports, secure defaults

Choose a tag to compare

@niveknow niveknow released this 01 Jul 12:43

v0.16.1 — TrueNAS Readiness

Hardened docker-compose.yml for TrueNAS Scale deployment.

Changes

  • 🩺 Healthchecks — InfluxDB health endpoint with service_healthy conditions on all dependents
  • 🔐 Secure defaults — Removed changeme passwords, all secrets use :? required vars
  • 🎯 Required varsAPEX_HOST and BACKUP_PATH are now explicitly required
  • 🚪 Configurable portsINFLUX_PORT, GRAFANA_PORT, NEMO_PORT env vars with defaults
  • 👤 User IDs — All services have user: directives for TrueNAS dataset permissions
  • 📦 Backup pathBACKUP_PATH must point to a persistent TrueNAS dataset
  • 📋 .env.example — Added TrueNAS-specific configuration section