add host env var

This commit is contained in:
beckerinj
2022-07-11 23:26:54 -04:00
parent ed46c17422
commit 6c59e0b60b

View File

@@ -45,6 +45,7 @@ export async function addInitialDocs({ core, mongo }: Config) {
environment: [
{ variable: "MONGO_URL", value: mongo!.url },
{ variable: "SYSROOT", value: core!.sysroot },
{ variable: "HOST", value: core!.host! }
],
network: DOCKER_NETWORK,
serverID: coreServerID,