mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-22 04:02:49 +05:30
feat: Add google-genai & structured output
This commit is contained in:
@@ -43,6 +43,7 @@ services:
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
- REDIS_DB=0
|
||||
- GEMINI_API_KEY
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
@@ -64,6 +65,7 @@ services:
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_PORT=6379
|
||||
- REDIS_DB=0
|
||||
- GEMINI_API_KEY
|
||||
command: celery -A app.worker.celery_app worker --loglevel=info
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user