Upgrade kickstart neovim configuration #128
@ -1,13 +1,20 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
nvim:
|
nvim:
|
||||||
build: .
|
build:
|
||||||
|
context: .
|
||||||
|
args:
|
||||||
|
GIT_USER_EMAIL: ${NVIM_GIT_USER_EMAIL:-nobody@example.com}
|
||||||
|
GIT_USER_NAME: ${NVIM_GIT_USER_NAME:-noboby}
|
||||||
image: 'joaodubas/nvim:${NVIM_TAG:-latest}'
|
image: 'joaodubas/nvim:${NVIM_TAG:-latest}'
|
||||||
init: true
|
init: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: local
|
hostname: local
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
|
environment:
|
||||||
|
ANTHROPIC_API_KEY: ${NVIM_ANTHROPIC_API_KEY:-no-api}
|
||||||
|
GH_TOKEN: ${NVIM_GH_TOKEN:-no-token}
|
||||||
volumes:
|
volumes:
|
||||||
- './config/atuin:/home/coder/.config/atuin'
|
- './config/atuin:/home/coder/.config/atuin'
|
||||||
- './config/git:/home/coder/.config/git'
|
- './config/git:/home/coder/.config/git'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user