File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222Currently the following services are started by default:
2323- mysql
2424- redis
25- - engine-and-editor
25+ - core-api
2626- cassandra
2727- parity-node0
2828- parity-sidechain-node0
4747 - id: start-docker-services
4848 uses: streamr-dev/streamr-docker-dev-action@v1
4949 with:
50- services-to-start: 'redis mysql engine-and-editor '
50+ services-to-start: 'redis mysql core-api '
5151```
5252
5353## Required output arguments
Original file line number Diff line number Diff line change 88 description : ' Streamr Docker Stack services to start'
99 required : false
1010 # If changing the default list of services below, update examples in README.md
11- default : ' mysql redis engine-and-editor cassandra parity-node0 parity-sidechain-node0 bridge data-union-server broker-node-storage-1 nginx smtp platform'
11+ default : ' mysql redis core-api cassandra parity-node0 parity-sidechain-node0 bridge data-union-server broker-node-storage-1 nginx smtp platform'
1212runs :
1313 using : " composite"
1414 steps :
You can’t perform that action at this time.
0 commit comments