[docker] add redis 8.0.1

This commit is contained in:
2025-05-29 00:25:49 +08:00
parent c06ff17d3e
commit da136f5105
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
run:
uvicorn quantum_stack_interview.asgi:application --reload
start_redis:
docker compose -f docker/docker-compose.dev.yaml up -d redis