We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2089b7 commit eb6bdddCopy full SHA for eb6bddd
1 file changed
dev.docker-compose.yml
@@ -13,10 +13,11 @@ services:
13
WORK_DIR: "/workspace"
14
UV: ${UV_INSTALL_DIR}
15
SSH_AUTH_SOCK: /ssh-agent
16
+ GITCONFIG_PATH: ${GITCONFIG_PATH}
17
volumes:
18
- ${SSH_AUTH_SOCK:-/dev/null}:/ssh-agent
19
- .:/workspace
- - ~/.config/git/config:/etc/gitconfig
20
+ - ${GITCONFIG_PATH:-${HOME}/.gitconfig}:/etc/gitconfig:ro
21
networks:
22
- ollama
23
0 commit comments