chore(docker): remove unused environment variable
This commit is contained in:
parent
4c1b09a8ab
commit
902d0c9406
@ -14,7 +14,6 @@ services:
|
|||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
environment:
|
environment:
|
||||||
ANTHROPIC_API_KEY: ${NVIM_ANTHROPIC_API_KEY:-no-api}
|
|
||||||
GH_TOKEN: &github_token ${NVIM_GH_TOKEN:-no-token}
|
GH_TOKEN: &github_token ${NVIM_GH_TOKEN:-no-token}
|
||||||
GITHUB_TOKEN: *github_token
|
GITHUB_TOKEN: *github_token
|
||||||
COMPOSE_BAKE: 'true'
|
COMPOSE_BAKE: 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user