feat: pgeth-monitoring env

Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
Isma 2024-01-16 14:43:58 +01:00 committed by mortimr
parent 5c783215b8
commit d51414d040

View file

@ -28,7 +28,7 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/ COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
COPY --from=builder /go-ethereum/plugins /pgeth-plugins COPY --from=builder /go-ethereum/plugins /pgeth-plugins
ENV PGETH_DIRECTORY="/pgeth-plugins" ENV PGETH_MONITORING_CONFIG="/pgeth-plugins/pgeth-monitoring/config.yaml"
EXPOSE 8545 8546 30303 30303/udp EXPOSE 8545 8546 30303 30303/udp
ENTRYPOINT ["geth"] ENTRYPOINT ["geth"]