Skip to content

Commit

Permalink
new dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshsharma99 committed Nov 17, 2024
1 parent bf6f0fa commit 137aeb4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
restart: always

chunkmydocs:
image: luminainc/chunkmydocs:037f32b9
image: luminainc/chunkmydocs:bf6f0faa
ports:
- "8000:8000"
depends_on:
Expand All @@ -110,7 +110,7 @@ services:
restart: always

preprocess:
image: luminainc/preprocess:037f32b9
image: luminainc/preprocess:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -123,7 +123,7 @@ services:
restart: always

fast:
image: luminainc/fast:037f32b9
image: luminainc/fast:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -137,7 +137,7 @@ services:
restart: always

high-quality:
image: luminainc/high-quality:037f32b9
image: luminainc/high-quality:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -151,7 +151,7 @@ services:
restart: always

postprocess:
image: luminainc/postprocess:037f32b9
image: luminainc/postprocess:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -164,7 +164,7 @@ services:
restart: always

ocr:
image: luminainc/ocr:037f32b9
image: luminainc/ocr:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -177,7 +177,7 @@ services:
restart: always

structured-extraction:
image: luminainc/structured-extraction:037f32b9
image: luminainc/structured-extraction:bf6f0faa
depends_on:
- postgres
- redis
Expand All @@ -191,7 +191,7 @@ services:
restart: always

web:
image: luminainc/web:037f32b9
image: luminainc/web:bf6f0faa
ports:
- "5173:8000"
env_file:
Expand All @@ -218,7 +218,7 @@ services:
restart: always

paddle-ocr:
image: luminainc/paddle-ocr:037f32b9
image: luminainc/paddle-ocr:bf6f0faa
ports:
- "8003:8000"
deploy:
Expand All @@ -234,7 +234,7 @@ services:
restart: always

doctr:
image: luminainc/doctr:037f32b9
image: luminainc/doctr:bf6f0faa
ports:
- "8003:8000"
deploy:
Expand All @@ -250,7 +250,7 @@ services:
restart: always

table-ocr:
image: luminainc/table-ocr:037f32b9
image: luminainc/table-ocr:bf6f0faa
ports:
- "8004:8000"
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: chunkmydocs
image: luminainc/chunkmydocs:037f32b9
image: luminainc/chunkmydocs:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kube/gcp-experimental/doctr/doctr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
effect: "NoSchedule"
containers:
- name: doctr
image: luminainc/doctr:037f32b9
image: luminainc/doctr:bf6f0faa
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down
2 changes: 1 addition & 1 deletion kube/gcp-experimental/fast/fast-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: fast
image: luminainc/fast:037f32b9
image: luminainc/fast:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: high-quality
image: luminainc/high-quality:037f32b9
image: luminainc/high-quality:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kube/gcp-experimental/ocr/ocr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: ocr
image: luminainc/ocr:037f32b9
image: luminainc/ocr:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
effect: "PreferNoSchedule"
containers:
- name: paddle-ocr
image: luminainc/paddle-ocr:037f32b9
image: luminainc/paddle-ocr:bf6f0faa
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: postprocess
image: luminainc/postprocess:037f32b9
image: luminainc/postprocess:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: preprocess
image: luminainc/preprocess:037f32b9
image: luminainc/preprocess:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: structured-extraction
image: luminainc/structured-extraction:037f32b9
image: luminainc/structured-extraction:bf6f0faa
imagePullPolicy: Always
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kube/gcp-experimental/table-ocr/table-ocr-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: table-ocr
image: luminainc/table-ocr:037f32b9
image: luminainc/table-ocr:bf6f0faa
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 137aeb4

Please sign in to comment.