Docker deployment
Run reveald as a container for isolated, reproducible deployments.
Docker
Mount log directories as read-only volumes and pass secrets via environment variables.
Docker Compose
When collecting logs from the host filesystem inside a container, make sure the log directories are bind-mounted into the container. The container must have read access to the mounted paths.
Example: Collect host logs and journald
To access journald from inside a container, mount the journal directory:
Pinning versions
Use a specific version tag instead of latest for reproducible deployments:
Check GitHub Releases for available versions.