2309e9f43a
Five-service streaming platform: auth, catalogue, streaming, ingest, thumbnailer. Includes React frontend served by nginx, NATS JetStream event bus, aiobotocore async S3, PyAV video metadata + thumbnail extraction, service-to-service JWT auth, and a full unit + e2e test suite.
4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/sh
|
|
set -e
|
|
exec "streamstack-${SERVICE:-streaming}" "$@"
|