File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ relies_on(){
4848#
4949
5050redis-server (){
51- docker run --restart=always --name redis -p 6379:6379 -itd redis 2> /dev/null
51+ docker run --restart=always --name redis -p 6379:6379 -itd redis:3-alpine 2> /dev/null
5252}
5353
5454redis-cli (){
@@ -64,7 +64,7 @@ mongo-server(){
6464}
6565
6666postgres-server (){
67- docker run --restart=always --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -itd postgres 2> /dev/null
67+ docker run --restart=always --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -itd postgres:10-alpine 2> /dev/null
6868}
6969
7070psql (){
Original file line number Diff line number Diff line change 22[user ]
33# Please adapt and uncomment the following lines:
44name = mdouchement
5- email = marc.douchement@predicsis.com
5+ email = marc.douchement@gmail.com
6+ signingkey = A27FD4D5
67[rerere ]
78 enabled = true
9+ [filter "lfs "]
10+ clean = git-lfs clean -- %f
11+ smudge = git-lfs smudge -- %f
12+ process = git-lfs filter-process
13+ required = true
14+ [commit ]
15+ gpgsign = true
16+ [gpg ]
17+ program = gpg2
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ export EDITOR='vim'
6666# Foce git to us US locale
6767alias git=' LANG=en_US git'
6868
69+ eval " $( direnv hook zsh) "
70+
6971# Extra Configuration
7072if [ -f ~ /.extrarc ]
7173then
You can’t perform that action at this time.
0 commit comments