Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
refactor: remove hardcoded STRN_ORCHESTRATOR_URL
Browse files Browse the repository at this point in the history
Needs to be explicitly set along with other STRN_ vals.
  • Loading branch information
lidel committed Feb 27, 2023
1 parent 8c5a3c6 commit 5c544ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ MAINTAINER IPFS Stewards <[email protected]>
ENV GOPATH /go
ENV SRC_PATH /go/src/github.com/ipfs/bifrost-gateway
ENV BIFROST_GATEWAY_PATH /data/bifrost-gateway
ENV STRN_ORCHESTRATOR_URL https://orchestrator.strn.pl/nodes/nearby?count=1000&core=true
ENV KUBO_RPC_URL https://node0.delegate.ipfs.io,https://node1.delegate.ipfs.io,https://node2.delegate.ipfs.io,https://node3.delegate.ipfs.io

COPY --from=builder $GOPATH/bin/bifrost-gateway /usr/local/bin/bifrost-gateway
Expand Down

0 comments on commit 5c544ae

Please sign in to comment.