Skip to content

Latest commit

 

History

History
 
 

README.md

description How to self-host a phoenix instance

Self-hosting

Deployment

Docker:

Phoenix is designed to be extremely portable and can run as a container. If you are looking for how to run phoenix locally, see environments.md.

QuickstartHow to deploy an LLM application with Phoenix observabilityquickstart.pngdeploying-phoenix.md

Phoenix Cloud

Try a free cloud instance of Phoenix through our websiteScreenshot 2024-10-09 at 6.34.18 PM.pngquickstart.md
PersistenceHow to setup a persistent disc or databasepersistence.pngpersistence.md
KubernetesHow to deploy Phoenix on K8sk8s.pngkubernetes.md
DockerHow to deploy Phoenix using Dockerdocker.pngdocker.md

Configure Phoenix

Setup Authentication

Images

This table lists the images we publish that can be used to run Phoenix.

Image TagDescription
arizephoenix/phoenix:latestLatest released version of Phoenix using root permissions.
arizephoenix/phoenix:latest-nonrootLatest released version of Phoenix using nonroot permissions. Ensure the image has the required filesystem permissions before using.
arizephoenix/phoenix:latest-debugLatest released version of Phoenix using a debug base image.
arizephoenix/phoenix:version-X.X.XBuild for a specific release version using root permissions.
arizephoenix/phoenix:version-X.X.X-nonrootBuild for a specific release version using nonroot permissions.
arizephoenix/phoenix:version-X.X.X-debugBuild for a specific release version using a debug image.

Services

You can deploy Phoenix on any cloud provider or on-premise. Here are some services that Phoenix can be deployed on:

Railway

Deploy on Railway