taiko-web/scripts/codespaces.sh
2024-03-05 02:07:36 +00:00

19 lines
325 B
Bash

#!/bin/bash
docker run --detach \
--name taiko-mongo-debug \
--volume taiko-mongo-debug:/data/db \
--publish 27017:27017 \
mongo
docker run --detach \
--name taiko-redis-debug \
--volume taiko-redis-debug:/data \
--publish 6379:6379 \
redis
#pip install -r requirements.txt
#flask run
python -m flask run