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
f92c66fc
Unverified
Commit
f92c66fc
authored
Dec 16, 2020
by
Ivan Vandot
Committed by
GitHub
Dec 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix multiple typos in docker-compose (#1058)
parent
58256d98
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
README.md
packaging/docker/README.md
+4
-4
docker-compose.yml
packaging/docker/docker-compose.yml
+3
-3
env
packaging/docker/env
+3
-3
No files found.
packaging/docker/README.md
View file @
f92c66fc
# Docker
# Docker
compose
The docker-compose provides an app container for
b
ee itself and a signer container for Clef.
The docker-compose provides an app container for
B
ee itself and a signer container for Clef.
To prepare your machine to run docker compose execute
```
mkdir -p bee && cd bee
...
...
@@ -26,7 +26,7 @@ Mount password file local file system by adding
```
- ./password:/password
```
to
app
volumes inside
`docker-compose.yml`
to
bee
volumes inside
`docker-compose.yml`
Start it with
```
...
...
@@ -35,5 +35,5 @@ docker-compose up -d
From logs find URL line with
`on goerli you can get both goerli eth and goerli bzz from`
and prefund your node
```
docker-compose logs -f
app
docker-compose logs -f
bee
```
packaging/docker/docker-compose.yml
View file @
f92c66fc
...
...
@@ -48,9 +48,9 @@ services:
-
BEE_VERBOSITY
-
BEE_WELCOME_MESSAGE
ports
:
-
"
${API_ADDR:-1633}
:${BEE_API_ADDR:-
1633}"
-
"
${P2P_ADDR:-1634}
:${BEE_P2P_ADDR:-
1634}"
-
"
127.0.0.1:${DEBUG_API_ADDR:-1635}:${BEE_DEBUG_API_ADDR:-
1635}"
-
"
${API_ADDR:-1633}
${BEE_API_ADDR:-:
1633}"
-
"
${P2P_ADDR:-1634}
${BEE_P2P_ADDR:-:
1634}"
-
"
${DEBUG_API_ADDR:-127.0.0.1:1635}${BEE_DEBUG_API_ADDR:-:
1635}"
volumes
:
-
bee:/home/bee/.bee
command
:
start
...
...
packaging/docker/env
View file @
f92c66fc
...
...
@@ -26,7 +26,7 @@
## debug HTTP API listen address (default ":1635")
# BEE_DEBUG_API_ADDR=:1635
## enable debug HTTP API
# BEE_DEBUG_API_ENABLE=
tru
e
# BEE_DEBUG_API_ENABLE=
fals
e
## disable a set of sensitive features in the api
# BEE_GATEWAY_MODE=false
## enable global pinning
...
...
@@ -35,8 +35,8 @@
# BEE_NAT_ADDR=""
## ID of the Swarm network (default 1)
# BEE_NETWORK_ID=1
## P2P listen address (default ":16
4
4")
# BEE_P2P_ADDR=:16
4
4
## P2P listen address (default ":16
3
4")
# BEE_P2P_ADDR=:16
3
4
## enable P2P QUIC protocol
# BEE_P2P_QUIC_ENABLE=false
## enable P2P WebSocket transport
...
...
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