feat(docker): ugprade docker/compose/buildx #197
@ -14,7 +14,9 @@ services:
|
||||
command: infinity
|
||||
environment:
|
||||
ANTHROPIC_API_KEY: ${NVIM_ANTHROPIC_API_KEY:-no-api}
|
||||
GH_TOKEN: ${NVIM_GH_TOKEN:-no-token}
|
||||
GH_TOKEN: &github_token ${NVIM_GH_TOKEN:-no-token}
|
||||
GITHUB_TOKEN: *github_token
|
||||
COMPOSE_BAKE: 'true'
|
||||
volumes:
|
||||
- './config/atuin:/home/coder/.config/atuin'
|
||||
- './config/git:/home/coder/.config/git'
|
||||
|
Loading…
x
Reference in New Issue
Block a user