Skip to content

Commit

Permalink
use ragstack images in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 15, 2024
1 parent f725ad3 commit d9ce3d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ragstack/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ networks:

services:
backend:
build:
context: ./../..
dockerfile: ragstack/docker/backend/Dockerfile
image: ghcr.io/datastax/ragstack-ai-langflow-backend:latest
ports:
- "7860:7860"
networks:
Expand All @@ -23,6 +21,7 @@ services:
- "1"
restart: on-failure
frontend:
image: ghcr.io/datastax/ragstack-ai-langflow-frontend:latest
build:
context: ./frontend
args:
Expand Down

0 comments on commit d9ce3d2

Please sign in to comment.