From 6561c710ff3951d31b667b671884b7b1490bcb45 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 19:54:56 +0100 Subject: [PATCH] Deleted DEDICATED_MONGO_SERVER env variable --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 2ca513c..9ffce94 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,8 +27,6 @@ services: MONGODB_USER: "root" MONGODB_PASS: "password" JWTSECRET: "cooljwtsecret" - # DEDICATED_MONGODB_SERVER is for integration testing, for disabling memory server in tests - DEDICATED_MONGODB_SERVER: "true" volumes: - ./:/usr/src/app:ro