Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.4 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.4 KB

LiveKit Agents deployment examples

This repository contains a collection of examples to deploy LiveKit Agents into a production environment for a variety of cloud providers.

For more information about deployment, see the documentation

Dockerfile examples

The following examples include a bare-bones agent and Dockerfile which is suitable for running in any containerized environment.

Platform Description
Python Dockerfile example for Python
Node.js Dockerfile example for Node.js

Provider templates

The following examples include a template configuration or manifest file for each provider. You should use these files in conjunction with the Dockerfile examples above.

Provider Description
AWS ECS cloudformation.yaml example for ECS
Cerebrium cerebrium.toml example for Cerebrium
Fly.io fly.toml example for Fly.io
Kubernetes Example manifest file for any Kubernetes environment
Render.com render.yaml example for Render

Missing a provider?

Feel free to open a PR or issue to add instructions for your favorite provider!