fix: pass VIM_URL env var to container in docker-compose
This commit is contained in:
@@ -39,6 +39,8 @@ services:
|
|||||||
- AI_MODEL=${AI_MODEL:-}
|
- AI_MODEL=${AI_MODEL:-}
|
||||||
- AI_BASE_URL=${AI_BASE_URL:-}
|
- AI_BASE_URL=${AI_BASE_URL:-}
|
||||||
- AI_MAX_TOKENS=${AI_MAX_TOKENS:-2048}
|
- AI_MAX_TOKENS=${AI_MAX_TOKENS:-2048}
|
||||||
|
# Visual CoPilot (at-vim)
|
||||||
|
- VIM_URL=${VIM_URL:-}
|
||||||
volumes:
|
volumes:
|
||||||
# SMB share for ManicTime Tags.txt (mount on host: //time/tags → /mnt/manictime)
|
# SMB share for ManicTime Tags.txt (mount on host: //time/tags → /mnt/manictime)
|
||||||
- /mnt/manictime:/mnt/manictime
|
- /mnt/manictime:/mnt/manictime
|
||||||
|
|||||||
Reference in New Issue
Block a user