Files
linux-workspace/bin/tiger-env.sh
Martin Blazik f09dc48e30 Add git aliases
2020-09-14 10:15:48 +02:00

16 lines
417 B
Bash

# must be included
# TODO add test for running or include
if [[ $_ = $0 ]]; then
echo "Must be sourced!"
else
echo "Sourcing ok"
fi
alias dcm='docker-compose -f docker-compose.yaml -f docker-compose-monitoring.yaml'
alias dcfilter="sed -r 's/^[^|]+\| //g'"
export MIN_SERVICES="pulsar-create-namespace postgres redis jaeger router"
export SERVICES="afm-exec-api sql-executor scan-model router data-loader"