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
acbd0e2e
Unverified
Commit
acbd0e2e
authored
Mar 23, 2021
by
Ivan Vandot
Committed by
GitHub
Mar 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set bee image to beta and adjust README (#1468)
parent
1bf70a81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
packaging/docker/README.md
+5
-0
docker-compose.yml
packaging/docker/docker-compose.yml
+1
-1
No files found.
packaging/docker/README.md
View file @
acbd0e2e
...
@@ -35,6 +35,11 @@ From logs find URL line with `on goerli you can get both goerli eth and goerli b
...
@@ -35,6 +35,11 @@ From logs find URL line with `on goerli you can get both goerli eth and goerli b
docker-compose logs -f bee-1
docker-compose logs -f bee-1
```
```
Update services with
```
docker-compose pull && docker-compose up -d
```
## Running multiple Bee nodes
## Running multiple Bee nodes
It is easy to run multiple bee nodes with docker compose by adding more services to
`docker-compose.yaml`
It is easy to run multiple bee nodes with docker compose by adding more services to
`docker-compose.yaml`
To do so, open
`docker-compose.yaml`
, copy lines 3-58 and past this after line 58.
To do so, open
`docker-compose.yaml`
, copy lines 3-58 and past this after line 58.
...
...
packaging/docker/docker-compose.yml
View file @
acbd0e2e
...
@@ -11,7 +11,7 @@ services:
...
@@ -11,7 +11,7 @@ services:
command
:
full
command
:
full
bee-1
:
bee-1
:
image
:
ethersphere/bee:
0.5.3
image
:
ethersphere/bee:
beta
restart
:
unless-stopped
restart
:
unless-stopped
environment
:
environment
:
-
BEE_API_ADDR
-
BEE_API_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