| description | How to self-host a phoenix instance |
|---|
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.
| Quickstart | How to deploy an LLM application with Phoenix observability | quickstart.png | deploying-phoenix.md | |
Phoenix Cloud | Try a free cloud instance of Phoenix through our website | Screenshot 2024-10-09 at 6.34.18 PM.png | quickstart.md | |
| Persistence | How to setup a persistent disc or database | persistence.png | persistence.md | |
| Kubernetes | How to deploy Phoenix on K8s | k8s.png | kubernetes.md | |
| Docker | How to deploy Phoenix using Docker | docker.png | docker.md |
- Setup authentication
- Configuring OAuth2 (Google, AWS Cognito)
This table lists the images we publish that can be used to run Phoenix.
| Image Tag | Description |
|---|---|
arizephoenix/phoenix:latest | Latest released version of Phoenix using root permissions. |
arizephoenix/phoenix:latest-nonroot | Latest released version of Phoenix using nonroot permissions. Ensure the image has the required filesystem permissions before using. |
arizephoenix/phoenix:latest-debug | Latest released version of Phoenix using a debug base image. |
arizephoenix/phoenix:version-X.X.X | Build for a specific release version using root permissions. |
arizephoenix/phoenix:version-X.X.X-nonroot | Build for a specific release version using nonroot permissions. |
arizephoenix/phoenix:version-X.X.X-debug | Build for a specific release version using a debug image. |
You can deploy Phoenix on any cloud provider or on-premise. Here are some services that Phoenix can be deployed on: