🐳 Switched to the TS template with the correct docker-compose config
This commit is contained in:
@@ -12,9 +12,9 @@ export const DbMixin = (collection, model) => {
|
||||
pass: process.env.MONGO_INITDB_ROOT_PASSWORD,
|
||||
keepAlive: true,
|
||||
}),
|
||||
model: model,
|
||||
collection
|
||||
model,
|
||||
collection,
|
||||
};
|
||||
}
|
||||
}
|
||||
mkdir(path.resolve("./data"));
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user