|
@@ -16,5 +16,10 @@ services:
|
|
|
volumes:
|
|
volumes:
|
|
|
- ${DEVENV_MOUNT_PATH}:/home/${DEVENV_USER}/host
|
|
- ${DEVENV_MOUNT_PATH}:/home/${DEVENV_USER}/host
|
|
|
- ./dotfiles:/home/${DEVENV_USER}/all_dotfiles
|
|
- ./dotfiles:/home/${DEVENV_USER}/all_dotfiles
|
|
|
|
|
+ - copilot:/home/${DEVENV_USER}/.config/github-copilot
|
|
|
extra_hosts:
|
|
extra_hosts:
|
|
|
- "host.docker.internal:host-gateway"
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
|
+ user: "${DEVENV_USER}"
|
|
|
|
|
+volumes:
|
|
|
|
|
+ copilot:
|
|
|
|
|
+
|