chore: add environment variable configuration for Anthropic API key
All checks were successful
On Push to Main / test (push) Successful in 40s
On Push to Main / publish (push) Successful in 1m6s
On Push to Main / deploy-dev (push) Successful in 1m41s

This commit is contained in:
RaymondVerhoef
2026-05-17 10:39:40 +02:00
parent 8b57e10754
commit 271baba860
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ services:
frontend:
build: .
restart: unless-stopped
environment:\n - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}\n ports:
environment:
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
ports:
- "8080:80"
pocketbase-learning: