add new api

This commit is contained in:
behruz-dev
2025-08-25 15:56:09 +05:00
parent 74ecc581ae
commit 30e0e3462f
15 changed files with 108 additions and 61 deletions

View File

@@ -50,8 +50,6 @@ services:
networks:
- uyqur
image: redis
ports:
- "6380:6379"
celery:
build:
@@ -64,4 +62,7 @@ services:
- redis
- web
networks:
- uyqur
- uyqur
environment:
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0