diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 392e2d6..578e5e0 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -16,6 +16,7 @@ services: - SMTP_ADDRESS - GEMINI_API_KEY - APPSIGNAL_PUSH_API_KEY + - CLAUDE_CODE_OAUTH_TOKEN depends_on: worker: condition: service_started @@ -42,4 +43,5 @@ services: - SMTP_ADDRESS - GEMINI_API_KEY - APPSIGNAL_PUSH_API_KEY + - CLAUDE_CODE_OAUTH_TOKEN restart: unless-stopped