From 22500eae4cb9c3c09dbd75826733726414784790 Mon Sep 17 00:00:00 2001 From: hbyang Date: Fri, 10 Jul 2026 13:37:50 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20compose:=20agent=20=EC=97=90=20OPENAI?= =?UTF-8?q?=5FAPI=5FKEY=20passthrough=20=E2=80=94=20LLM=20=ED=91=9C?= =?UTF-8?q?=ED=98=84/=EC=9D=B4=ED=95=B4=EC=B8=B5=20=ED=82=A4=20=EC=A3=BC?= =?UTF-8?q?=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 빈 값이면 무시(server_configs env override 가 값 있을 때만 적용)라 무해. Co-Authored-By: Claude Fable 5 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0446071..5dc4b26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -64,6 +64,7 @@ services: environment: APP_ENV: local DB_HOST: host.docker.internal # 컨테이너→호스트 DB (config.local.toml의 127.0.0.1 override) + OPENAI_API_KEY: ${OPENAI_API_KEY:-} # LLM 키 passthrough (호스트 env/.env → 컨테이너). 빈 값이면 toml 폴백 ports: - "9500:9500" extra_hosts: