Skip to content
Snippets Groups Projects
Unverified Commit 5ba8b574 authored by Wolfgang Welz's avatar Wolfgang Welz Committed by GitHub
Browse files

Remove docker specific config (#245)

parent f208bb0a
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,10 @@ VOLUME /app/mainnetdb ...@@ -27,11 +27,10 @@ VOLUME /app/mainnetdb
EXPOSE 14666/tcp EXPOSE 14666/tcp
EXPOSE 14626/udp EXPOSE 14626/udp
EXPOSE 14626/tcp
# Copy the Pre-built binary file from the previous stage # Copy the Pre-built binary file from the previous stage
COPY --from=build /go/bin/goshimmer . COPY --from=build /go/bin/goshimmer .
# Copy the docker config # Copy the docker config
COPY docker.config.json config.json COPY config.json config.json
ENTRYPOINT ["./goshimmer"] ENTRYPOINT ["./goshimmer"]
{
"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",
"goshimmer.log"
],
"DisableEvents": true
},
"node": {
"disablePlugins": [],
"enablePlugins": []
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment