aioredis integration and forced authentication
This commit is contained in:
5
makefile
5
makefile
@ -1,5 +1,5 @@
|
||||
.DEFAULT: run
|
||||
.PHONY: run
|
||||
.PHONY: run redis
|
||||
|
||||
run:
|
||||
@if [ ! -d ".venv" ]; then \
|
||||
@ -8,3 +8,6 @@ run:
|
||||
.venv/bin/poetry install --dev; \
|
||||
fi
|
||||
.venv/bin/poetry run uvicorn keycloak_collective_portal:app --reload
|
||||
|
||||
redis:
|
||||
@docker run -p 6379:6379 --name redis -d redis:6-alpine
|
||||
|
Reference in New Issue
Block a user