Skip to content

Commit

Permalink
csvified env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan@vulcanize.io committed May 6, 2024
1 parent ead9c8b commit aa2c32b
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ services:
lotus:
environment:
- 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
volumes:
- parameters:/var/tmp/filecoin-proof-parameters
Expand Down

0 comments on commit aa2c32b

Please sign in to comment.