Skip to content

Commit

Permalink
Merge pull request #51 from OpenNyAI/documentation
Browse files Browse the repository at this point in the history
Updated docker compose stage
  • Loading branch information
sameersegal authored May 22, 2024
2 parents 8f09d05 + 89b7197 commit c323bc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.stage.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
services:
api:
image: opennyaiin/jugalbandi-manager:api-1.0.0
image: opennyaiin/jugalbandi-manager:api-latest
language:
image: opennyaiin/jugalbandi-manager:language-1.0.0
image: opennyaiin/jugalbandi-manager:language-latest
flow:
image: opennyaiin/jugalbandi-manager:flow-1.0.0
image: opennyaiin/jugalbandi-manager:flow-latest
indexer:
build:
context: . # Root directory of the project
dockerfile: ./indexer/Dockerfile
retriever:
image: opennyaiin/jugalbandi-manager:retriever-1.0.0
image: opennyaiin/jugalbandi-manager:retriever-latest
channel:
image: opennyaiin/jugalbandi-manager:channel-1.0.0
image: opennyaiin/jugalbandi-manager:channel-latest
frontend:
build:
context: . # Root directory of the project
Expand Down

0 comments on commit c323bc0

Please sign in to comment.