mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
feat: pgeth-monitoring env
Signed-off-by: Isma <71719097+Doozers@users.noreply.github.com>
This commit is contained in:
parent
5c783215b8
commit
d51414d040
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue