diff --git a/.env b/.env index be4f6ff..8f69cc5 100644 --- a/.env +++ b/.env @@ -12,11 +12,11 @@ NEOGO_VERSION=0.101.1 NEOGO_IMAGE=nspccdev/neo-go # FrostFS InnerRing nodes -IR_VERSION=eca5c210 +IR_VERSION=365a7ca0 IR_IMAGE=truecloudlab/frostfs-ir # FrostFS Storage nodes -NODE_VERSION=eca5c210 +NODE_VERSION=365a7ca0 NODE_IMAGE=truecloudlab/frostfs-storage # NATS Server @@ -24,7 +24,7 @@ NATS_VERSION=2.7.2 NATS_IMAGE=nats # HTTP Gate -HTTP_GW_VERSION=6abd500b +HTTP_GW_VERSION=0.27.0-rc.1-15-g1776db28 HTTP_GW_IMAGE=truecloudlab/frostfs-http-gw # REST Gate @@ -32,7 +32,7 @@ REST_GW_VERSION=c9c85e90 REST_GW_IMAGE=truecloudlab/frostfs-rest-gw # S3 Gate -S3_GW_VERSION=000d9ed4 +S3_GW_VERSION=0.27.0-rc.1-30-gce929468 S3_GW_IMAGE=truecloudlab/frostfs-s3-gw # FrostFS LOCODE database diff --git a/services/http_gate/docker-compose.yml b/services/http_gate/docker-compose.yml index 0dd3ad5..7108ee5 100644 --- a/services/http_gate/docker-compose.yml +++ b/services/http_gate/docker-compose.yml @@ -21,6 +21,7 @@ services: command: [ "frostfs-http-gw", "--config", "/etc/frostfs/http/config.yml" ] environment: - HTTP_GW_RPC_ENDPOINT=http://morph-chain.${LOCAL_DOMAIN}:30333 + - HTTP_GW_TREE_SERVICE=s01.${LOCAL_DOMAIN}:8080 - HTTP_GW_PEERS_0_ADDRESS=s01.${LOCAL_DOMAIN}:8080 - HTTP_GW_PEERS_0_WEIGHT=0.2 - HTTP_GW_PEERS_1_ADDRESS=s02.${LOCAL_DOMAIN}:8080