root: fix IP detection in ASGI logger, attempt to fix out of order issues

This commit is contained in:
Jens Langhammer
2020-09-10 16:58:25 +02:00
parent b3468bc265
commit 8a07b349ee
2 changed files with 31 additions and 19 deletions

View File

@ -18,3 +18,9 @@ lint:
gen: coverage
./manage.py generate_swagger -o swagger.yaml -f yaml
local-stack:
export PASSBOOK_TAG=testing
docker build -t beryju/passbook:testng .
docker-compose up -d
docker-compose run --rm server migrate