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: frontend:
build: . build: .
restart: unless-stopped restart: unless-stopped
environment:\n - ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}\n ports: environment:
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
ports:
- "8080:80" - "8080:80"
pocketbase-learning: pocketbase-learning:

1
scripts/.env Normal file
View File

@@ -0,0 +1 @@
ANTHROPIC_API_KEY=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