hopefully nothing breaks
This commit is contained in:
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13967:13967
|
||||
- 13967:13967/udp
|
||||
- 12931:12931
|
||||
- 12931:12931/udp
|
||||
expose:
|
||||
- 8545
|
||||
environment:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- MINE=false
|
||||
- NETWORK_ID=2020
|
||||
- NETWORK_PORT=13967
|
||||
- NETWORK_PORT=12931
|
||||
- PASSWORD=stupidpassword
|
||||
- STATE_SCHEME=hash
|
||||
- SYNC_MODE=full
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
- --gcmode=archive
|
||||
- --http.api=admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=13967
|
||||
- --port=12931
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit=20000000000
|
||||
restart: unless-stopped
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/ronin-mainnet-archive`) || Path(`/ronin-mainnet-archive/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.rule=Path(`/ronin-mainnet-archive`) || Path(`/ronin-mainnet-archive/`)}
|
||||
- traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.middlewares=ronin-mainnet-ronin-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-mainnet-ronin-archive-leveldb-hash.middlewares=ronin-mainnet-ronin-archive-leveldb-hash-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-mainnet-ronin-archive-leveldb-hash:
|
||||
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13967:13967
|
||||
- 13967:13967/udp
|
||||
- 10276:10276
|
||||
- 10276:10276/udp
|
||||
expose:
|
||||
- 8545
|
||||
environment:
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- MINE=false
|
||||
- NETWORK_ID=2020
|
||||
- NETWORK_PORT=13967
|
||||
- NETWORK_PORT=10276
|
||||
- PASSWORD=stupidpassword
|
||||
- STATE_SCHEME=hash
|
||||
- SYNC_MODE=full
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
- --gcmode=full
|
||||
- --http.api=admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=13967
|
||||
- --port=10276
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit=20000000000
|
||||
restart: unless-stopped
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.rule=Host(`$DOMAIN`) && (Path(`/ronin-mainnet`) || Path(`/ronin-mainnet/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.rule=Path(`/ronin-mainnet`) || Path(`/ronin-mainnet/`)}
|
||||
- traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.middlewares=ronin-mainnet-ronin-pruned-pebble-hash-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-hash.middlewares=ronin-mainnet-ronin-pruned-pebble-hash-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-mainnet-ronin-pruned-pebble-hash:
|
||||
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-path.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-path.rule=Host(`$DOMAIN`) && (Path(`/ronin-mainnet`) || Path(`/ronin-mainnet/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-path.rule=Path(`/ronin-mainnet`) || Path(`/ronin-mainnet/`)}
|
||||
- traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-path.middlewares=ronin-mainnet-ronin-pruned-pebble-path-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-mainnet-ronin-pruned-pebble-path.middlewares=ronin-mainnet-ronin-pruned-pebble-path-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-mainnet-ronin-pruned-pebble-path:
|
||||
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13559:13559
|
||||
- 13559:13559/udp
|
||||
- 12612:12612
|
||||
- 12612:12612/udp
|
||||
expose:
|
||||
- 8545
|
||||
environment:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- MINE=false
|
||||
- NETWORK_ID=2021
|
||||
- NETWORK_PORT=13559
|
||||
- NETWORK_PORT=12612
|
||||
- PASSWORD=stupidpassword
|
||||
- STATE_SCHEME=hash
|
||||
- SYNC_MODE=full
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- --gcmode=archive
|
||||
- --http.api=admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=13559
|
||||
- --port=12612
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit=20000000000
|
||||
restart: unless-stopped
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.rule=Host(`$DOMAIN`) && (Path(`/ronin-saigon-archive`) || Path(`/ronin-saigon-archive/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.rule=Path(`/ronin-saigon-archive`) || Path(`/ronin-saigon-archive/`)}
|
||||
- traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.middlewares=ronin-saigon-ronin-archive-leveldb-hash-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-saigon-ronin-archive-leveldb-hash.middlewares=ronin-saigon-ronin-archive-leveldb-hash-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-saigon-ronin-archive-leveldb-hash:
|
||||
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 13559:13559
|
||||
- 13559:13559/udp
|
||||
- 10493:10493
|
||||
- 10493:10493/udp
|
||||
expose:
|
||||
- 8545
|
||||
environment:
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- MINE=false
|
||||
- NETWORK_ID=2021
|
||||
- NETWORK_PORT=13559
|
||||
- NETWORK_PORT=10493
|
||||
- PASSWORD=stupidpassword
|
||||
- STATE_SCHEME=hash
|
||||
- SYNC_MODE=full
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- --gcmode=full
|
||||
- --http.api=admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=13559
|
||||
- --port=10493
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit=20000000000
|
||||
restart: unless-stopped
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.rule=Host(`$DOMAIN`) && (Path(`/ronin-saigon`) || Path(`/ronin-saigon/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.rule=Path(`/ronin-saigon`) || Path(`/ronin-saigon/`)}
|
||||
- traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.middlewares=ronin-saigon-ronin-pruned-pebble-hash-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-saigon-ronin-pruned-pebble-hash.middlewares=ronin-saigon-ronin-pruned-pebble-hash-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-saigon-ronin-pruned-pebble-hash:
|
||||
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-pruned-pebble-path.tls.certresolver=myresolver}
|
||||
- ${NO_SSL:-traefik.http.routers.ronin-saigon-ronin-pruned-pebble-path.rule=Host(`$DOMAIN`) && (Path(`/ronin-saigon`) || Path(`/ronin-saigon/`))}
|
||||
- ${NO_SSL:+traefik.http.routers.ronin-saigon-ronin-pruned-pebble-path.rule=Path(`/ronin-saigon`) || Path(`/ronin-saigon/`)}
|
||||
- traefik.http.routers.ronin-saigon-ronin-pruned-pebble-path.middlewares=ronin-saigon-ronin-pruned-pebble-path-stripprefix, ipwhitelist
|
||||
- traefik.http.routers.ronin-saigon-ronin-pruned-pebble-path.middlewares=ronin-saigon-ronin-pruned-pebble-path-stripprefix, ipallowlist
|
||||
|
||||
volumes:
|
||||
ronin-saigon-ronin-pruned-pebble-path:
|
||||
|
||||
Reference in New Issue
Block a user