Skip to content

Commit

Permalink
Merge pull request #8 from decentraland/feat/add-ports-docker-file
Browse files Browse the repository at this point in the history
feat: add prometheus ports for eth & polygon to dockerfile
  • Loading branch information
juanmahidalgo authored Nov 11, 2024
2 parents 27b8357 + ca024ff commit 3b193be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ ADD indexer.sh /squid/indexer.sh
RUN chmod +x /squid/indexer.sh
RUN echo -e "loglevel=silent\\nupdate-notifier=false" > /squid/.npmrc
RUN npm i -g @subsquid/cli@latest && mv $(which sqd) /usr/local/bin/sqd
ENV ETH_PROMETHEUS_PORT 3000
ENV POLYGON_PROMETHEUS_PORT 3001
ENV GQL_PORT 5000

RUN apk update && apk add --no-cache tini postgresql-client curl
Expand Down

0 comments on commit 3b193be

Please sign in to comment.