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` ...@@ -11,6 +11,8 @@ Set all configuration variables inside `.env`
`clef` is configured with `CLEF_CHAINID=5` for goerli `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 requires an Ethereum endpoint to function. Obtain a free Infura account and set:
- `BEE_SWAP_ENDPOINT=wss://goerli.infura.io/ws/v3/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` - `BEE_SWAP_ENDPOINT=wss://goerli.infura.io/ws/v3/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`
......
...@@ -29,6 +29,7 @@ services: ...@@ -29,6 +29,7 @@ services:
- BEE_DB_DISABLE_SEEKS_COMPACTION - BEE_DB_DISABLE_SEEKS_COMPACTION
- BEE_DEBUG_API_ADDR - BEE_DEBUG_API_ADDR
- BEE_DEBUG_API_ENABLE - BEE_DEBUG_API_ENABLE
- BEE_FULL_NODE
- BEE_GATEWAY_MODE - BEE_GATEWAY_MODE
- BEE_GLOBAL_PINNING_ENABLE - BEE_GLOBAL_PINNING_ENABLE
- BEE_NAT_ADDR - 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