docker-compose.yml add sentry addr to txpool #5134

This commit is contained in:
Alex Sharov 2022-08-22 17:45:49 +07:00 committed by GitHub
parent 316ed48427
commit 3c0a514f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ services:
txpool:
<<: *default-erigon-service
command: txpool ${TXPOOL_FLAGS-} --private.api.addr=erigon:9090 --txpool.api.addr=0.0.0.0:9094
command: txpool ${TXPOOL_FLAGS-} --private.api.addr=erigon:9090 --txpool.api.addr=0.0.0.0:9094 --sentry.api.ddr=sentry:9091
rpcdaemon:
<<: *default-erigon-service