diff --git a/tools/docker-network/docker-compose.yml b/tools/docker-network/docker-compose.yml index b985605dd882870f0397564149916f7dbf576a7c..1353e9affa60be7f197b9aeac8ebf8d2b71c7220 100644 --- a/tools/docker-network/docker-compose.yml +++ b/tools/docker-network/docker-compose.yml @@ -13,13 +13,12 @@ services: --analysis.server.bindAddress=0.0.0.0:1888 --analysis.dashboard.bindAddress=0.0.0.0:9000 --node.enablePlugins=analysis-server,analysis-dashboard - --node.disablePlugins=portcheck,dashboard,analysis-client,gossip,drng,issuer,sync,metrics,messagelayer,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint + --node.disablePlugins=fpctest,portcheck,dashboard,analysis-client,gossip,drng,issuer,sync,metrics,messagelayer,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint volumes: - ./config.docker.json:/tmp/config.json:ro - goshimmer-cache:/go ports: - - "127.0.0.1:9000:9000/tcp" # autopeering visualizer ,analysis-client,gossip,drng,issuer,sync,metrics,messagelayer,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint,fpctest - - "127.0.0.1:8888:8888/tcp" # analysis dashboard + - "127.0.0.1:9000:9000/tcp" # analysis dashboard expose: - "1888/tcp" # analysis server (within Docker network)