Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
629d6b5e
Unverified
Commit
629d6b5e
authored
5 years ago
by
Wolfgang Welz
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Use docker specific config (#100)
* Use docker specific config * Format JSON
parent
da29a7c2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
docker.config.json
+36
-0
36 additions, 0 deletions
docker.config.json
with
39 additions
and
1 deletion
Dockerfile
+
2
−
0
View file @
629d6b5e
...
...
@@ -31,5 +31,7 @@ EXPOSE 14626/tcp
# Copy the Pre-built binary file from the previous stage
COPY
--from=build /go/bin/goshimmer .
# Copy the docker config
COPY
docker.config.json config.json
ENTRYPOINT
["./goshimmer"]
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
629d6b5e
...
...
@@ -3,6 +3,7 @@ version: "3"
services
:
goshimmer
:
network_mode
:
host
image
:
iotaledger/goshimmer
build
:
context
:
./
...
...
@@ -15,4 +16,3 @@ services:
-
"
14666:14666/tcp"
-
"
14626:14626/udp"
-
"
14626:14626/tcp"
command
:
"
--node.disablePlugins
statusscreen"
This diff is collapsed.
Click to expand it.
docker.config.json
0 → 100644
+
36
−
0
View file @
629d6b5e
{
"analysis"
:
{
"serveraddress"
:
"ressims.iota.cafe:188"
,
"serverport"
:
0
},
"autopeering"
:
{
"address"
:
"0.0.0.0"
,
"entrynodes"
:
[
"V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626"
],
"port"
:
14626
},
"database"
:
{
"directory"
:
"mainnetdb"
},
"gossip"
:
{
"port"
:
14666
},
"logger"
:
{
"Level"
:
"info"
,
"DisableCaller"
:
true
,
"DisableStacktrace"
:
false
,
"Encoding"
:
"console"
,
"OutputPaths"
:
[
"stdout"
,
"shimmer.log"
],
"DisableEvents"
:
true
},
"node"
:
{
"disablePlugins"
:
[
"statusscreen"
],
"enablePlugins"
:
[]
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment