Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
b5161006
Unverified
Commit
b5161006
authored
Jun 01, 2021
by
Mingliang Liu
Committed by
GitHub
May 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: add BEE_FULL_NODE into docker-compose file (#1840)
parent
b1433a96
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
packaging/docker/README.md
+3
-1
docker-compose.yml
packaging/docker/docker-compose.yml
+1
-0
No files found.
packaging/docker/README.md
View file @
b5161006
...
@@ -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`
...
...
packaging/docker/docker-compose.yml
View file @
b5161006
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment