local.sh (247B)
1#!/bin/sh 2 3docker-compose up -d fireworx-mongo 4 5pushd src 6export MONGO_ENABLED=1 7export MONGO_HOST=localhost 8export MONGO_PORT=1814 9export MONGO_USER=fireworx_checker 10export MONGO_PASSWORD=fireworx_checker 11gunicorn -c gunicorn.conf.py checker:app