This commit is contained in:
parent
a7da7b4f87
commit
057e0c5372
@ -8,7 +8,13 @@ services:
|
|||||||
lotus:
|
lotus:
|
||||||
environment:
|
environment:
|
||||||
- LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http
|
- LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http
|
||||||
- LOTUS_LIBP2P_LISTENADDRESSES="/ip4/0.0.0.0/tcp/1235 /ip6/::/tcp/1235 /ip4/0.0.0.0/udp/1235/quic-v1 /ip6/::/udp/1235/quic-v1 /ip4/0.0.0.0/udp/1235/quic-v1/webtransport /ip6/::/udp/1235/quic-v1/webtransport"
|
- LOTUS_LIBP2P_LISTENADDRESSES:
|
||||||
|
- /ip4/0.0.0.0/tcp/1235
|
||||||
|
- /ip6/::/tcp/1235
|
||||||
|
- /ip4/0.0.0.0/udp/1235/quic-v1
|
||||||
|
- /ip6/::/udp/1235/quic-v1
|
||||||
|
- /ip4/0.0.0.0/udp/1235/quic-v1/webtransport
|
||||||
|
- /ip6/::/udp/1235/quic-v1/webtransport
|
||||||
image: cerc/lotus-mainnet:local
|
image: cerc/lotus-mainnet:local
|
||||||
volumes:
|
volumes:
|
||||||
- parameters:/var/tmp/filecoin-proof-parameters
|
- parameters:/var/tmp/filecoin-proof-parameters
|
||||||
|
@ -6,7 +6,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|||||||
git stash
|
git stash
|
||||||
|
|
||||||
# Use a release version tag to match the modified Dockerfile replaced in next step
|
# Use a release version tag to match the modified Dockerfile replaced in next step
|
||||||
git -C ${CERC_REPO_BASE_DIR}/lotus checkout v1.27.0-rc1-c
|
git -C ${CERC_REPO_BASE_DIR}/lotus checkout master
|
||||||
|
|
||||||
# Replace repo's Dockerfile with modified one
|
# Replace repo's Dockerfile with modified one
|
||||||
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile
|
cp ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/lotus/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user