Skip to content

Commit

Permalink
Deploy: updated OCR service release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jun 29, 2023
1 parent 04c02d8 commit 4ebda73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ services:
ocr-service-1:
container_name: ocr-service-1
platform: linux
image: cogstacksystems/cogstack-ocr-service:0.2.0
image: cogstacksystems/cogstack-ocr-service:0.2.1
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
ocr-service-2:
container_name: ocr-service-2
platform: linux
image: cogstacksystems/cogstack-ocr-service:0.2.0
image: cogstacksystems/cogstack-ocr-service:0.2.1
restart: always
# mem_swappiness: 0
# cpuset: "0-15"
Expand Down Expand Up @@ -430,7 +430,6 @@ services:
# User config:
- ELASTIC_USER=${ELASTIC_USER}
- ELASTIC_PASSWORD=${ELASTIC_PASSWORD}
- CERTIFICATE_PASSWORD=${CERTIFICATE_PASSWORD}
- CERTIFICATE_TIME_VAILIDITY_IN_DAYS=${CERTIFICATE_TIME_VAILIDITY_IN_DAYS}
- ES_HOSTNAMES=${ES_HOSTNAMES}
command: bash -c "bash /usr/share/elasticsearch/es_native_cert_generator.sh"
Expand Down

0 comments on commit 4ebda73

Please sign in to comment.