Add gitconfig to devcontainer
This commit is contained in:
parent
0a7b6f73c9
commit
4355f36cd6
@ -6,7 +6,11 @@ services:
|
|||||||
context: ..
|
context: ..
|
||||||
dockerfile: ".devcontainer/Dockerfile"
|
dockerfile: ".devcontainer/Dockerfile"
|
||||||
volumes:
|
volumes:
|
||||||
|
# Allow git usage within container
|
||||||
|
- "/home/${USER}/.ssh:/home/ftuser/.ssh:ro"
|
||||||
|
- "/home/${USER}/.gitconfig:/home/ftuser/.gitconfig:ro"
|
||||||
- ..:/freqtrade:cached
|
- ..:/freqtrade:cached
|
||||||
|
# Persist bash-history
|
||||||
- freqtrade-vscode-server:/home/ftuser/.vscode-server
|
- freqtrade-vscode-server:/home/ftuser/.vscode-server
|
||||||
- freqtrade-bashhistory:/home/ftuser/commandhistory
|
- freqtrade-bashhistory:/home/ftuser/commandhistory
|
||||||
# Expose API port
|
# Expose API port
|
||||||
|
Loading…
Reference in New Issue
Block a user