Skip to content
Snippets Groups Projects
Unverified Commit 1bee2c81 authored by jkrvivian's avatar jkrvivian Committed by GitHub
Browse files

fix: Fix docker_network (#389)

* fix: Rename SPA to dashboard and disable portcheck of peer_replica

* fix: Remove gossip from disablePlugins of entry node
parent 18dba17c
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ version: "3.5"
services:
entry_node:
command: --autopeering.seed=uuDCzsjyLNQ17/7fWKPNMYmr4IWuaVRf7qKqRL0v/6c= --autopeering.entryNodes= --analysis.server.port=1888 --node.disablePlugins=gossip,portcheck,spa,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint
command: --autopeering.seed=uuDCzsjyLNQ17/7fWKPNMYmr4IWuaVRf7qKqRL0v/6c= --autopeering.entryNodes= --analysis.server.port=1888 --node.disablePlugins=portcheck,dashboard,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint
container_name: entry_node
image: iotaledger/goshimmer
build:
......@@ -32,7 +32,7 @@ services:
- integration-test
peer_replica:
command: --node.disablePlugins=spa
command: --node.disablePlugins=dashboard,portcheck
image: iotaledger/goshimmer
build:
context: ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment