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:
Oskar Kapala 2026-05-28 10:57:08 +02:00
parent 5ccdfa0ca6
commit e52b2e2259

View file

@ -9,8 +9,6 @@ services:
- /opt/homelab:/opt/homelab - /opt/homelab:/opt/homelab
env_file: env_file:
- /opt/homelab/config/planner-agent/.env - /opt/homelab/config/planner-agent/.env
environment:
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
healthcheck: healthcheck:
test: ["CMD", "/bin/sh", "/app/healthcheck.sh"] test: ["CMD", "/bin/sh", "/app/healthcheck.sh"]
interval: 60s interval: 60s