From a0920a00995ea60fc373cabde8d348e5cc224535 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Mon, 27 Apr 2026 15:26:35 +0800 Subject: [PATCH] feat(config): add DEEPSEEK_API_KEY to local compose configuration --- compose.local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.local.yml b/compose.local.yml index 2c93ba5..d4aabf1 100644 --- a/compose.local.yml +++ b/compose.local.yml @@ -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"