Functional version of bashrc
Tuning for tiger
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
alias dc=docker-compose
|
||||
alias dcm='dc $DCF'
|
||||
alias dcl='dcm logs'
|
||||
|
||||
alias fd=fdfind
|
||||
|
||||
0
rc/git-prompt.rc
Executable file → Normal file
0
rc/git-prompt.rc
Executable file → Normal file
5
rc/tiger.rc
Normal file
5
rc/tiger.rc
Normal file
@@ -0,0 +1,5 @@
|
||||
export DCF="-f docker-compose.yaml -f docker-compose-monitoring.yaml"
|
||||
export MIN_SERVICES="pulsar-create-namespace postgres redis jaeger router"
|
||||
#export SERVICES="afm-exec-api sql-executor scan-model router data-loader"
|
||||
export SERVICES="afm-exec-api aqe config-manager metadata-api result-cache scan-model sql-executor swagger-ui"
|
||||
export SPRING_ZIPKIN_ENABLED=true
|
||||
Reference in New Issue
Block a user