Skip to content

Commit

Permalink
redis worker command changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasankar committed Mar 19, 2024
1 parent 5aa6eb1 commit 43c9318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ services:
- VACHAN_AI_POSTGRES_PORT=5433
- VACHAN_AI_SERVED_MODEL_URI=${VACHAN_AI_SERVED_MODEL_URI:-http://dov2conn.bridgeconn.com:8085/v2/models}
- PYTHONPATH=/app/app/core/model_access/ai_model_core.py:/app/app/core/cloud_operations
command: bash -c 'rq worker --url redis://:${VACHAN_REDIS_PASS}@redis:6379'
command: rq worker --url redis://:${VACHAN_REDIS_PASS}@redis:6379
links:
- redis
depends_on:
Expand Down

0 comments on commit 43c9318

Please sign in to comment.