fix(planner-agent): remove duplicate ANTHROPIC_API_KEY from environment
Key is already provided via env_file: /opt/homelab/config/planner-agent/.env Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5ccdfa0ca6
commit
e52b2e2259
|
|
@ -9,8 +9,6 @@ services:
|
|||
- /opt/homelab:/opt/homelab
|
||||
env_file:
|
||||
- /opt/homelab/config/planner-agent/.env
|
||||
environment:
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
||||
healthcheck:
|
||||
test: ["CMD", "/bin/sh", "/app/healthcheck.sh"]
|
||||
interval: 60s
|
||||
|
|
|
|||
Loading…
Reference in a new issue