stop minio proxy on restart

This commit is contained in:
Andras Bacsai
2022-11-04 21:07:19 +01:00
parent 1ece37ec3c
commit 60e7922734
4 changed files with 16 additions and 15 deletions

View File

@@ -356,7 +356,6 @@ async function vscodeserver(service: any, template: any) {
}
async function minio(service: any, template: any) {
const { rootUser, rootUserPassword, apiFqdn } = service.minio
console.log(apiFqdn)
const secrets = [
`MINIO_ROOT_PASSWORD@@@${rootUserPassword}`,
]
@@ -432,7 +431,6 @@ async function plausibleAnalytics(service: any, template: any) {
async function migrateSettings(settings: any[], service: any, template: any) {
for (const setting of settings) {
if (!setting) continue;
console.log(setting)
let [name, value] = setting.split('@@@')
let minio = name
if (name === 'MINIO_SERVER_URL') {