@@ -67,17 +67,18 @@ make clean && make start
67
67
68
68
Some basic application services and basic service ports
69
69
70
- | Service | HTTP PORT | GRPC PORT |
71
- | :-----------------------:| :---------:| :---------:|
72
- | app.interface.web3 | 61011 | 61012 |
73
- | app.service.demo | 62011 | 62012 |
74
- | app.service.data | 62021 | 62022 |
75
- | app.service.dex-finance | 62031 | 62032 |
76
- | app.service.dex-member | 62041 | 62042 |
77
- | app.job.datawatch | 63011 | 63012 |
78
- | app.job.databus | 63021 | 63022 |
79
- | app.job.analysis | 63031 | 63032 |
80
-
70
+ | Service | HTTP PORT | GRPC PORT | Mark |
71
+ | :-----------------------:| :---------:| :---------:| :-----------------------------------:|
72
+ | app.interface.web3 | 61011 | 61012 | a web3 generic gateway |
73
+ | app.service.demo | 62011 | 62012 | a demo application |
74
+ | app.service.data | 62021 | 62022 | a basis data application |
75
+ | app.service.dex-finance | 62031 | 62032 | dex financial services |
76
+ | app.service.dex-member | 62041 | 62042 | dex user applications |
77
+ | app.job.datawatch | 63011 | 63012 | watch Data on the chain |
78
+ | app.job.databus | 63021 | 63022 | handling some asynchronous messages |
79
+ | app.job.analysis | 63031 | 63032 | a data analysis task |
80
+
81
+ some docker base app port
81
82
| App | PORT |
82
83
| :--------------------:| :----------------------:|
83
84
| base.web3.mysql | 60001 |
0 commit comments