fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
ronin-mainnet-archive:
|
||||
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_MAINNET_RONIN_VERSION:-v1.0.2-eaef5a2}
|
||||
user: root
|
||||
@@ -20,7 +20,6 @@ services:
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
- 8545
|
||||
|
||||
ports:
|
||||
- 10276:10276
|
||||
- 10276:10276/udp
|
||||
@@ -54,11 +53,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/ronin-mainnet-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.rule=PathPrefix(`/ronin-mainnet-archive`)}
|
||||
- traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.middlewares=ronin-mainnet-ronin-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
ronin-mainnet-ronin-archive-leveldb-hash:
|
||||
|
||||
ronin-mainnet-ronin-archive-leveldb-hash:
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
@@ -67,7 +66,6 @@ x-upstreams:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
ronin-mainnet:
|
||||
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_MAINNET_RONIN_VERSION:-v1.0.2-eaef5a2}
|
||||
user: root
|
||||
@@ -20,7 +20,6 @@ services:
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
- 8545
|
||||
|
||||
ports:
|
||||
- 10276:10276
|
||||
- 10276:10276/udp
|
||||
@@ -54,11 +53,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/ronin-mainnet`)}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.rule=PathPrefix(`/ronin-mainnet`)}
|
||||
- traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.middlewares=ronin-mainnet-ronin-pruned-pebble-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
ronin-mainnet-ronin-pruned-pebble-hash:
|
||||
|
||||
ronin-mainnet-ronin-pruned-pebble-hash:
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
@@ -67,7 +66,6 @@ x-upstreams:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
ronin-saigon-archive:
|
||||
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_SAIGON_RONIN_VERSION:-v1.0.2-eaef5a2}
|
||||
user: root
|
||||
@@ -20,7 +20,6 @@ services:
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
- 8545
|
||||
|
||||
ports:
|
||||
- 10493:10493
|
||||
- 10493:10493/udp
|
||||
@@ -54,11 +53,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/ronin-saigon-archive`)}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.rule=PathPrefix(`/ronin-saigon-archive`)}
|
||||
- traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.middlewares=ronin-saigon-ronin-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
ronin-saigon-ronin-archive-leveldb-hash:
|
||||
|
||||
ronin-saigon-ronin-archive-leveldb-hash:
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
@@ -67,7 +66,6 @@ x-upstreams:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
|
||||
ronin-saigon:
|
||||
image: ${RONIN_RONIN_IMAGE:-ghcr.io/ronin-chain/ronin}:${RONIN_SAIGON_RONIN_VERSION:-v1.0.2-eaef5a2}
|
||||
user: root
|
||||
@@ -20,7 +20,6 @@ services:
|
||||
net.ipv4.tcp_max_tw_buckets: 2000000 # Allow more TIME_WAIT sockets
|
||||
expose:
|
||||
- 8545
|
||||
|
||||
ports:
|
||||
- 10493:10493
|
||||
- 10493:10493/udp
|
||||
@@ -54,11 +53,11 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.rule=Host(`$DOMAIN`) && PathPrefix(`/ronin-saigon`)}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.rule=PathPrefix(`/ronin-saigon`)}
|
||||
- traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.middlewares=ronin-saigon-ronin-pruned-pebble-hash-stripprefix, ipwhitelist
|
||||
|
||||
volumes:
|
||||
ronin-saigon-ronin-pruned-pebble-hash:
|
||||
|
||||
ronin-saigon-ronin-pruned-pebble-hash:
|
||||
x-upstreams:
|
||||
|
||||
- id: $${ID}
|
||||
labels:
|
||||
provider: $${PROVIDER}
|
||||
@@ -67,7 +66,6 @@ x-upstreams:
|
||||
enabled:
|
||||
- debug
|
||||
- filter
|
||||
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
|
||||
Reference in New Issue
Block a user