Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ services:
# Langfuse (LLM Tracing, opt-in) β€” activate with: docker compose --profile langfuse up -d
# Access: http://localhost:3000 | Credentials: set via LANGFUSE_* env vars
langfuse:
image: langfuse/langfuse:3@sha256:1a128e60b0b6547a576010819f91e27c6bde929ca3c640115038e5de15511f9f
image: langfuse/langfuse:4@sha256:2e535d8e163c78f5c7162773280578c7e7aafe3b0589fc60a9a1225746b60fc7
container_name: niles_langfuse
restart: unless-stopped
security_opt:
Expand Down
Loading