GitDeployHub

curiouscorrelation/openobserve

github.com/curiouscorrelation/openobserve ↗
Rust
8 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ZO_ROOT_USER_EMAIL
  • ZO_ROOT_USER_PASSWORD secret
  • ZO_MAX_FILE_SIZE_ON_DISK
  • ZO_FILE_PUSH_INTERVAL
  • ZO_S3_BUCKET_NAME
  • ZO_ETCD_ADDR
  • ZO_LOCAL_MODE
  • RUST_LOG
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/curiouscorrelation/openobserve
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/curiouscorrelation/openobserve
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/curiouscorrelation/openobserve
← Try another repo