Skip to content

Commit

Permalink
feat: latest kms image versions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jproyo authored Jun 28, 2024
1 parent b428126 commit 8e7086c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: zama-kms
services:

kv-store:
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:3057a02
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.4.5
command:
- "kv_store"
ports:
Expand All @@ -12,7 +12,7 @@ services:


blockchain-validator:
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:50872c4
image: ghcr.io/zama-ai/kms-blockchain-asc-dev:v0.4.5
ports:
- "36656:26656"
- "36657:26657"
Expand All @@ -27,7 +27,7 @@ services:
start_period: 10s

connector:
image: ghcr.io/zama-ai/kms-blockchain-connector-dev:50872c4
image: ghcr.io/zama-ai/kms-blockchain-connector-dev:v0.4.5
command:
- "kms-blockchain-connector"
environment:
Expand All @@ -45,7 +45,7 @@ services:
condition: service_healthy

core:
image: ghcr.io/zama-ai/kms-service-dev:3057a02
image: ghcr.io/zama-ai/kms-service-dev:v0.4.5
ports:
- "50051:50051"
healthcheck:
Expand All @@ -56,7 +56,7 @@ services:
start_period: 10s

gateway:
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:3057a02
image: ghcr.io/zama-ai/kms-blockchain-gateway-dev:v0.4.5
ports:
- "7077:7077"
command:
Expand Down

0 comments on commit 8e7086c

Please sign in to comment.