Skip to content

Commit

Permalink
local_llm_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak610 committed Jan 12, 2024
1 parent 360ef25 commit b141ce7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,18 @@ services:
backend:
volumes:
- "./:/app"
build:
context: .
dockerfile: Dockerfile
build: .
depends_on:
- super__redis
- super__postgres
networks:
- super_network
command: ["/app/wait-for-it.sh", "super__postgres:5432","-t","60","--","/app/entrypoint.sh"]

celery:
volumes:
- "./:/app"
- "${EXTERNAL_RESOURCE_DIR:-./workspace}:/app/ext"
build:
context: .
dockerfile: Dockerfile
build: .
depends_on:
- super__redis
- super__postgres
Expand Down

0 comments on commit b141ce7

Please sign in to comment.