docops-agent / ops /docker-compose.phoenix.yml
RamsesCamas's picture
Initial deploy of DocOps Agent
87bb7af
services:
phoenix:
image: arizephoenix/phoenix:latest
container_name: docops-phoenix
ports:
- "6006:6006" # UI + OTLP/HTTP
- "4317:4317" # OTLP/gRPC
environment:
- PHOENIX_WORKING_DIR=/mnt/phoenix
volumes:
- ./phoenix_data:/mnt/phoenix
restart: unless-stopped