Deleted DEDICATED_MONGO_SERVER env variable
Unit Tests with docker compose / unit-test (pull_request) Failing after 7m41s Details

This commit is contained in:
Sugui 2023-12-29 19:54:56 +01:00
parent 76d5764616
commit 6561c710ff
1 changed files with 0 additions and 2 deletions

View File

@ -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