Skip to content

Commit

Permalink
Updated docker compose stage
Browse files Browse the repository at this point in the history
  • Loading branch information
shreypandey committed May 22, 2024
1 parent bf53078 commit 89b7197
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 89b7197

Please sign in to comment.