Skip to content

Commit

Permalink
Merge pull request Bridgeconn#785 from Jayasankar-kk/ai_integrate3
Browse files Browse the repository at this point in the history
Changed rq worker command
  • Loading branch information
shimilgithub authored Mar 19, 2024
2 parents 8f4e36c + 43c9318 commit 1904743
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +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
- VACHAN_REDIS_PASS=vsfrgetd
command: rq worker --url redis://:vsfrgetd@redis:6379
command: rq worker --url redis://:${VACHAN_REDIS_PASS}@redis:6379
links:
- redis
depends_on:
Expand Down

0 comments on commit 1904743

Please sign in to comment.