feat: add OPENROUTER_API_KEY to environment variables in docker-compose
This commit is contained in:
parent
2a311a7432
commit
31902477ef
@ -11,6 +11,7 @@ services:
|
||||
ADMIN_KEY: ${ADMIN_KEY}
|
||||
PORT: ${PORT:-3000}
|
||||
MAX_EVENT_AGE_SEC: ${MAX_EVENT_AGE_SEC:-300}
|
||||
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
|
||||
ports:
|
||||
- "${PORT:-3000}:3000"
|
||||
read_only: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user