Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose-optimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- SIDECAR_PORT=33212 # default port for sidecar is 33212 for the grpc bidirectional streaming for the proxy
- API_PORT=9090 # default port for API is 9090
- IDENTITY_DIR=/identity
#### configuration for optimumP2P
#### configuration for mump2p
- NODE_MODE=optimum # options: "gossipsub", "optimum"
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
- OPTIMUM_MAX_MSG_SIZE=1048576 # 1MB
Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- SIDECAR_PORT=33212 # default port for sidecar is 33212
- API_PORT=9090 # default port for API is 9090
- IDENTITY_DIR=/identity
#### configuration for optimumP2P
#### configuration for mump2p
- NODE_MODE=optimum # options: "gossipsub", "optimum"
- BOOTSTRAP_PEERS=/ip4/172.28.0.12/tcp/7070/p2p/${BOOTSTRAP_PEER_ID} # bootstrap from p2pnode-1
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
- SIDECAR_PORT=33212 # default port for sidecar is 33212
- API_PORT=9090 # default port for API is 9090
- IDENTITY_DIR=/identity
#### configuration for optimumP2P
#### configuration for mump2p
- NODE_MODE=optimum # options: "gossipsub", "optimum"
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
- OPTIMUM_MAX_MSG_SIZE=1048576 # default is 1MB
Expand Down Expand Up @@ -145,7 +145,7 @@ services:
- SIDECAR_PORT=33212 # default port for sidecar is 33212
- API_PORT=9090 # default port for API is 9090
- IDENTITY_DIR=/identity
#### configuration for optimumP2P
#### configuration for mump2p
- NODE_MODE=optimum # options: "gossipsub", "optimum"
- OPTIMUM_PORT=7070 # default port for Optimum is 7070
- OPTIMUM_MAX_MSG_SIZE=1048576 # 1MB
Expand Down
Loading
Loading