deploy(minor): add docker-compose file for easy testing

This commit is contained in:
Langhammer, Jens
2019-10-04 11:50:26 +02:00
parent afca94ceb8
commit dc8d8dd2b6
4 changed files with 112 additions and 2 deletions

View File

@ -56,8 +56,8 @@ spec:
command:
- uwsgi
args:
- --http 0.0.0.0:8000
- --wsgi-file passbook/root/wsgi.py
- --http=0.0.0.0:8000
- --wsgi-file=passbook/root/wsgi.py
- --master
- --enable-threads
envFrom: