Move app graphs graphite query to backend
This commit is contained in:
@@ -324,7 +324,8 @@ async function createSubcontainer(app, name, cmd, options) {
|
||||
ExposedPorts: isAppContainer ? exposedPorts : { },
|
||||
Volumes: { // see also ReadonlyRootfs
|
||||
'/tmp': {},
|
||||
'/run': {}
|
||||
'/run': {},
|
||||
'/app/code/node_modules': {}
|
||||
},
|
||||
Labels: {
|
||||
'fqdn': app.fqdn,
|
||||
|
||||
Reference in New Issue
Block a user