forked from TrueCloudLab/frostfs-dev-env
[TrueCloudLab#1] Remove coredns
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
769410a29f
commit
fc999d0a63
11 changed files with 5 additions and 45 deletions
|
@ -6,4 +6,4 @@ HTTP_GW_REBALANCE_TIMER=5m
|
|||
HTTP_GW_CONNECT_TIMEOUT=60s
|
||||
HTTP_GW_REQUEST_TIMEOUT=300s
|
||||
|
||||
HTTP_GW_RESOLVE_ORDER=dns
|
||||
HTTP_GW_RESOLVE_ORDER=nns
|
||||
|
|
|
@ -8,8 +8,6 @@ services:
|
|||
hostname: http_gate
|
||||
container_name: http_gate
|
||||
restart: on-failure
|
||||
dns:
|
||||
- ${IPV4_PREFIX}.53
|
||||
networks:
|
||||
http_gate_int:
|
||||
internet:
|
||||
|
@ -22,6 +20,7 @@ services:
|
|||
environment:
|
||||
- HTTP_GW_WALLET_PATH=/wallet.json
|
||||
- HTTP_GW_WALLET_PASSPHRASE=one
|
||||
- HTTP_GW_RPC_ENDPOINT=http://morph-chain.${LOCAL_DOMAIN}:30333
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue