Added dev and prod docker compose files

This commit is contained in:
2023-09-20 02:30:07 +04:00
parent e5f5624635
commit f782c782bd
6 changed files with 82 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ async def home(request: Request):
@router.post('/send-email')
@limiter.limit('222/day')
@limiter.limit('2/day')
async def send_email(
request: Request,
background_tasks: BackgroundTasks,