Move app graphs graphite query to backend

This commit is contained in:
Johannes Zellner
2022-09-14 13:03:14 +02:00
parent c5b631c0e5
commit bead9589a1
4 changed files with 80 additions and 5 deletions

View File

@@ -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,