Skip to content

Commit 4492c6d

Browse files
authored
Update docker-compose.yml
Add the langtrace environment variable
1 parent 0b0f96d commit 4492c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
environment:
3232
- AT_USERNAME=${AT_USERNAME}
3333
- AT_API_KEY=${AT_API_KEY}
34+
- LANGTRACE_API_KEY=${LANGTRACE_API_KEY}
3435
- OLLAMA_HOST=http://ollama:11434
3536
# Expose port 7860 for the Gradio web interface
3637
ports:

0 commit comments

Comments
 (0)