fixes
This commit is contained in:
parent
214114e6ce
commit
780d03e5e1
@ -141,7 +141,7 @@ const host = '0.0.0.0';
|
|||||||
await socketIOServer(fastify)
|
await socketIOServer(fastify)
|
||||||
console.log(`Coolify's API is listening on ${host}:${port}`);
|
console.log(`Coolify's API is listening on ${host}:${port}`);
|
||||||
|
|
||||||
await migrateServicesToNewTemplate()
|
migrateServicesToNewTemplate()
|
||||||
await initServer();
|
await initServer();
|
||||||
|
|
||||||
const graceful = new Graceful({ brees: [scheduler] });
|
const graceful = new Graceful({ brees: [scheduler] });
|
||||||
|
@ -352,7 +352,7 @@ async function vscodeserver(service: any, template: any) {
|
|||||||
await migrateSecrets(secrets, service);
|
await migrateSecrets(secrets, service);
|
||||||
|
|
||||||
// Disconnect old service data
|
// Disconnect old service data
|
||||||
await prisma.service.update({ where: { id: service.id }, data: { vscodeserver: { disconnect: true } } })
|
// await prisma.service.update({ where: { id: service.id }, data: { vscodeserver: { disconnect: true } } })
|
||||||
}
|
}
|
||||||
async function minio(service: any, template: any) {
|
async function minio(service: any, template: any) {
|
||||||
const { rootUser, rootUserPassword, apiFqdn } = service.minio
|
const { rootUser, rootUserPassword, apiFqdn } = service.minio
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user