Fixes to service configuration

restart service does not rebuild automatically, we should add a route
for that. we need to figure where to scale services etc if we randomly
create containers like that.
This commit is contained in:
Girish Ramakrishnan
2021-01-21 12:53:38 -08:00
parent 47a598a494
commit 9f9575f46a
11 changed files with 200 additions and 190 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
exports = module.exports = {
getGraphs: getGraphs
getGraphs
};
var middleware = require('../middleware/index.js'),