chore(docker): remove unused environment variable

This commit is contained in:
2025-05-28 18:46:08 +00:00
parent 4c1b09a8ab
commit 902d0c9406

View File

@@ -14,7 +14,6 @@ services:
entrypoint: sleep
command: infinity
environment:
ANTHROPIC_API_KEY: ${NVIM_ANTHROPIC_API_KEY:-no-api}
GH_TOKEN: &github_token ${NVIM_GH_TOKEN:-no-token}
GITHUB_TOKEN: *github_token
COMPOSE_BAKE: 'true'