[#173] Update gateways to the latest version and tidy configs

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2022-04-29 17:21:18 +03:00 committed by Alex Vanin
parent 19a52fd057
commit 9dd99c0d78
4 changed files with 9 additions and 20 deletions

View file

@ -6,10 +6,7 @@ HTTP_GW_REBALANCE_TIMER=5m
HTTP_GW_CONNECT_TIMEOUT=60s
HTTP_GW_REQUEST_TIMEOUT=300s
HTTP_GW_KEEPALIVE_TIMEOUT=300s
HTTP_GW_KEEPALIVE_TIME=120s
HTTP_GW_KEEPALIVE_PERMIT_WITHOUT_STREAM=True
HTTP_GW_METRICS=False
HTTP_GW_PPROF=False
HTTP_GW_VERBOSE=false
HTTP_GW_RESOLVE_ORDER=dns

View file

@ -8,6 +8,8 @@ services:
hostname: http_gate
container_name: http_gate
restart: on-failure
dns:
- ${IPV4_PREFIX}.53
networks:
http_gate_int:
internet:
@ -18,7 +20,7 @@ services:
stop_signal: SIGKILL
env_file: [ ".env", ".http.env", ".int_test.env" ]
environment:
- HTTP_GW_WALLET=/wallet.json
- HTTP_GW_WALLET_PATH=/wallet.json
- HTTP_GW_WALLET_PASSPHRASE=one
- HTTP_GW_PEERS_0_ADDRESS=s01.${LOCAL_DOMAIN}:8080
- HTTP_GW_PEERS_0_WEIGHT=0.2