Add Docker setup for lightweight local testing

This commit is contained in:
Jan Dittberner 2020-03-04 20:48:10 +01:00
parent f6beedef7a
commit 673c3d7051
4 changed files with 61 additions and 1 deletions

7
gvamysql.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -e
. /home/gvamysql/gvamysql-venv/bin/activate
cd /srv/gvamysql/gvamysql
celery -A mysqltasks worker -Q mysql -l info