aboutsummaryrefslogtreecommitdiffstats
path: root/checker/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'checker/local.sh')
-rw-r--r--checker/local.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/checker/local.sh b/checker/local.sh
deleted file mode 100644
index 713bea0..0000000
--- a/checker/local.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ -z "$(docker ps | grep stldoctor-mongo)" ]; then
- docker-compose down -v
- docker-compose up -d stldoctor-mongo
-fi
-
-export MONGO_ENABLED=1
-export MONGO_HOST=localhost
-export MONGO_PORT=27017
-export MONGO_USER=stldoctor_checker
-export MONGO_PASSWORD=stldoctor_checker
-
-python3 -u src/checker.py $@