mirror of
https://github.com/massbug/judge4c.git
synced 2026-05-20 13:18:52 +00:00
feat(config): add DEEPSEEK_API_KEY to local compose configuration
This commit is contained in:
parent
185212f2b5
commit
a0920a0099
@ -42,6 +42,7 @@ services:
|
||||
- AUTH_URL=${AUTH_URL}
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_BASE_URL=${OPENAI_BASE_URL} # Optional
|
||||
- DEEPSEEK_API_KEY=${DEEPSEEK_API_KEY}
|
||||
# Remote Docker configuration (activate only for remote Docker):
|
||||
# - DOCKER_HOST_MODE=${DOCKER_HOST_MODE} # Options: "remote" or leave empty for local
|
||||
# - DOCKER_REMOTE_PROTOCOL=${DOCKER_REMOTE_PROTOCOL} # Example: "https" or "http" or "ssh"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user