TheHive Flow Configuration Files#
6.0 One
TheHive Flow Docker Compose deployment is configured through a handful of files at the root of the Docker Compose directory. The following table lists each file, what it holds, and the page that documents it.
| File | Purpose | Editable after init |
|---|---|---|
.env |
Secrets, versions, and runtime parameters | Yes. Operator-managed. Recreate the affected service to apply |
orchestrator/orchestrator.yml |
Application configuration | Yes. Restart the orchestrator service to apply |
temporal/temporal-server.yaml |
Temporal cluster configuration template | Yes, but rarely needed. Passwords are resolved by init.sh |
temporal/dynamicconfig/production.yaml |
Temporal runtime knobs | Yes. Live reload, no restart needed |
postgres/init-multi-db.sh |
PostgreSQL initialization | No. Runs once at first container start |
nginx/templates/default.conf.template |
Nginx reverse proxy configuration | Yes. Restart nginx to apply |
observability/ |
Bundled Grafana, Prometheus, and OpenTelemetry Collector configuration for the optional observability profile | Yes. See Monitor TheHive Flow |