This commit is contained in:
Sebastian
2024-12-18 08:57:17 +01:00
parent 2d7b84544b
commit 0dfe49484f

View File

@@ -16,23 +16,24 @@ services:
networks: networks:
- chains - chains
restart: unless-stopped restart: unless-stopped
command: | command: >-
--port=34894 \
--maxpeers=200 \ --port=34894
--http \ --maxpeers=200
--http.addr=0.0.0.0 \ --http
--http.port=18544 \ --http.addr=0.0.0.0
--http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace \ --http.port=18544
--http.corsdomain="*" \ --http.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc,trace
--http.vhosts="*" \ --http.corsdomain="*"
--ws \ --http.vhosts="*"
--ws.addr=0.0.0.0 \ --ws
--ws.port=18544 \ --ws.addr=0.0.0.0
--ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc \ --ws.port=18544
--ws.origins="*" \ --ws.api=ftm,eth,debug,admin,web3,personal,net,txpool,sfc
--nousb \ --ws.origins="*"
--rpc.gascap=600000000 \ --nousb
--db.preset pbl-1 \ --rpc.gascap=600000000
--db.preset pbl-1
--cache=${CACHE_SIZE:-16000} --cache=${CACHE_SIZE:-16000}
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"