Skip to content

Commit 43ae8c1

Browse files
committed
Reverted settings to hybrid config
1 parent d63c356 commit 43ae8c1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tests/docker/docker-compose.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ services:
2424
- YA_NET_BROADCAST_SIZE=10
2525
- NODE_NAME=provider-1
2626
- SUBNET=${YAGNA_SUBNET:-golemjstest}
27-
- YA_NET_TYPE=central
28-
- CENTRAL_NET_HOST=polygongas.org:7999
29-
27+
- YA_NET_BIND_URL=udp://0.0.0.0:0
28+
# - YA_NET_RELAY_HOST=63.34.24.27:7477
3029
provider-2:
3130
build:
3231
context: .
@@ -48,11 +47,10 @@ services:
4847
start_period: 40s
4948
environment:
5049
- MIN_AGREEMENT_EXPIRATION=30s
50+
- YA_NET_BROADCAST_SIZE=10
5151
- NODE_NAME=provider-2
5252
- SUBNET=${YAGNA_SUBNET:-golemjstest}
5353
- YA_NET_BIND_URL=udp://0.0.0.0:0
54-
- YA_NET_TYPE=central
55-
- CENTRAL_NET_HOST=polygongas.org:7999
5654
# - YA_NET_RELAY_HOST=63.34.24.27:7477
5755
requestor:
5856
build:
@@ -72,9 +70,7 @@ services:
7270
- YAGNA_SUBNET=${YAGNA_SUBNET:-golemjstest}
7371
- YAGNA_APPKEY=try_golem
7472
- PAYMENT_NETWORK=${PAYMENT_NETWORK}
75-
- HOODI_MAX_FEE_PER_GAS=51
76-
- YA_NET_TYPE=central
77-
- CENTRAL_NET_HOST=polygongas.org:7999
73+
- YA_NET_BIND_URL=udp://0.0.0.0:0
7874
# - YA_NET_RELAY_HOST=63.34.24.27:7477
7975
healthcheck:
8076
test: ["CMD-SHELL", "curl -s -o /dev/null -w '%{http_code}' http://localhost:7465 | grep -q 401"]

0 commit comments

Comments
 (0)