#!/bin/bash # StemeDB entrypoint — single binary handles both standalone and cluster mode. # # In cluster mode (STEMEDB_CLUSTER_MODE=true), stemedb-api starts the Gateway, # gRPC server, and SWIM membership internally alongside the HTTP API. exec stemedb-api "$@"