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
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ version: "3.5" ...@@ -2,7 +2,7 @@ version: "3.5"
services: services:
entry_node: 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 container_name: entry_node
image: iotaledger/goshimmer image: iotaledger/goshimmer
build: build:
...@@ -32,7 +32,7 @@ services: ...@@ -32,7 +32,7 @@ services:
- integration-test - integration-test
peer_replica: peer_replica:
command: --node.disablePlugins=spa command: --node.disablePlugins=dashboard,portcheck
image: iotaledger/goshimmer image: iotaledger/goshimmer
build: build:
context: ../.. context: ../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment