Commit b5161006 authored by Mingliang Liu's avatar Mingliang Liu Committed by GitHub

fix: add BEE_FULL_NODE into docker-compose file (#1840)

parent b1433a96
......@@ -11,6 +11,8 @@ Set all configuration variables inside `.env`
`clef` is configured with `CLEF_CHAINID=5` for goerli
If you want to run node in full mode, set `BEE_FULL_NODE=true`
Bee requires an Ethereum endpoint to function. Obtain a free Infura account and set:
- `BEE_SWAP_ENDPOINT=wss://goerli.infura.io/ws/v3/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
......@@ -53,4 +55,4 @@ volumes:
clef-2:
```
If you want to create more than two nodes, simply repeat the process above, ensuring that you keep unique name for your bee and clef services and update the ports
\ No newline at end of file
If you want to create more than two nodes, simply repeat the process above, ensuring that you keep unique name for your bee and clef services and update the ports
......@@ -29,6 +29,7 @@ services:
- BEE_DB_DISABLE_SEEKS_COMPACTION
- BEE_DEBUG_API_ADDR
- BEE_DEBUG_API_ENABLE
- BEE_FULL_NODE
- BEE_GATEWAY_MODE
- BEE_GLOBAL_PINNING_ENABLE
- BEE_NAT_ADDR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment