add server id to mongo deployment

This commit is contained in:
mbecker20
2022-03-20 04:24:00 -07:00
parent 5bc5727dfb
commit c24f0a728c

View File

@@ -44,6 +44,7 @@ export async function addInitialDocs({ core, mongo, registry }: Config) {
image: "mongo",
latest: true,
owner: "admin",
serverID: coreServerID,
};
deployments.create(mongoDeployment);
}