added beaconchain api and traefik to lighthouse
This commit is contained in:
10
erigon.yml
10
erigon.yml
@@ -66,8 +66,18 @@ services:
|
|||||||
--eth1-endpoints http://erigon-trace:8545
|
--eth1-endpoints http://erigon-trace:8545
|
||||||
--execution-endpoint http://erigon-trace:8551
|
--execution-endpoint http://erigon-trace:8551
|
||||||
--execution-jwt /jwtsecret
|
--execution-jwt /jwtsecret
|
||||||
|
--http
|
||||||
|
--http-address=*
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.middlewares.lighthouse-stripprefix.stripprefix.prefixes=/lighthouse"
|
||||||
|
- "traefik.http.services.lighthouse.loadbalancer.server.port=8545"
|
||||||
|
- "traefik.http.routers.lighthouse.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.lighthouse.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.routers.lighthouse.rule=Host(`$DOMAIN`) && PathPrefix(`/lighthouse`)"
|
||||||
|
- "traefik.http.routers.lighthouse.middlewares=lighthouse-stripprefix, ipwhitelist"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
erigon-trace:
|
erigon-trace:
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ services:
|
|||||||
# Ethereum mainnet
|
# Ethereum mainnet
|
||||||
"--mainnet",
|
"--mainnet",
|
||||||
# Maximum number of network peers (network disabled if set to 0) (default: 50)
|
# Maximum number of network peers (network disabled if set to 0) (default: 50)
|
||||||
"--maxpeers=30"
|
"--maxpeers=30"
|
||||||
]
|
]
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
Reference in New Issue
Block a user