ide/docker-compose.yml
2023-09-17 13:25:57 +00:00

19 lines
381 B
YAML

---
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: {}