feat: initial commit
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
services:
|
||||
nvim:
|
||||
build: .
|
||||
image: 'joaodubas/nvchad:latest'
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
hostname: local
|
||||
entrypoint: sleep
|
||||
command: infinity
|
||||
volumes:
|
||||
- 'home_cache:/home/coder/.cache'
|
||||
- 'home_local_share:/home/coder/.local/share'
|
||||
- './config/rtx:/home/coder/.config/rtx'
|
||||
|
||||
volumes:
|
||||
home_cache: {}
|
||||
home_local_share: {}
|
Reference in New Issue
Block a user