Translate environment vars in labels

pull/1554/head
Jon 11 months ago committed by GitHub
parent 8673548c88
commit e6d95e29ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ export async function servicesFromDocker() {
type: 'service'
};
}
shvl.set(constructedService, label.replace("homepage.", ""), container.Labels[label]);
shvl.set(constructedService, label.replace("homepage.", ""), substituteEnvironmentVars(container.Labels[label]));
}
});

Loading…
Cancel
Save