Add Docker setup for lightweight local testing
This commit is contained in:
parent
f6beedef7a
commit
673c3d7051
4 changed files with 61 additions and 1 deletions
7
gvamysql.sh
Executable file
7
gvamysql.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue