diff --git a/api/app.py b/api/app.py index 47b98a5..d9890cc 100755 --- a/api/app.py +++ b/api/app.py @@ -14,7 +14,7 @@ from fastapi.params import Form from starlette.responses import Response app = FastAPI() -rdb = redis.Redis() +rdb = redis.Redis(host="redis") @app.get("/")