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 22
22
Currently the following services are started by default:
23
23
- mysql
24
24
- redis
25
- - engine-and-editor
25
+ - core-api
26
26
- cassandra
27
27
- parity-node0
28
28
- parity-sidechain-node0
47
47
- id: start-docker-services
48
48
uses: streamr-dev/streamr-docker-dev-action@v1
49
49
with:
50
- services-to-start: 'redis mysql engine-and-editor '
50
+ services-to-start: 'redis mysql core-api '
51
51
```
52
52
53
53
## Required output arguments
Original file line number Diff line number Diff line change 8
8
description : ' Streamr Docker Stack services to start'
9
9
required : false
10
10
# 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'
12
12
runs :
13
13
using : " composite"
14
14
steps :
You can’t perform that action at this time.
0 commit comments