re-commit recordings from upstream for testing only

This commit is contained in:
Sofyan Sugianto
2020-08-15 08:26:33 +07:00
parent bae3b78899
commit fe17745096
19 changed files with 250 additions and 167 deletions

View File

@@ -57,4 +57,8 @@ if [ "$ENABLE_PROMETHEUS_EXPORTER" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.prometheus.yml"
fi
if [ "$ENABLE_RECORDING" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.recording.yml"
fi
docker-compose $COMPOSE_FILES $@