For the complete documentation index, see llms.txt. This page is also available as Markdown.

Docker

Instructions for running Bindplane Server and Collector using Docker

Learn how to deploy Bindplane Server and Collectors using Docker containers.

Components

Server

Deploy the Bindplane Server with:

  • Docker Compose support

  • Persistent storage

  • Environment configuration

  • Health monitoring

  • Container updates

Collector

Deploy Collectors with:

  • Containerized collection

  • Dynamic configuration

  • Resource controls

  • Network isolation

  • Horizontal scaling

Images

  • Server: ghcr.io/observiq/bindplane-ee:latest

  • Collector: ghcr.io/observiq/bindplane-otel-collector:latest

  • Tags: latest, v1.89.5 (stable), dev (testing)

Requirements

  • Docker Engine 20.10+

  • Docker Compose 2.0+ (optional)

  • 2GB RAM, 1 CPU core

  • 10GB disk space

  • Internet access

  • Available ports (3001, 3002)

Configuration

Environment

  • BINDPLANE_LICENSE

  • BINDPLANE_USERNAME

  • BINDPLANE_PASSWORD

  • BINDPLANE_REMOTE_URL

  • OPAMP_ENDPOINT

Storage

  • Configuration files

  • Database data

  • TLS certificates

  • Log files

Next Steps

Last updated

Was this helpful?