From 8f227cda4f2aacb7a198ca4f110aff2242834652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Tue, 22 Nov 2022 15:43:13 +0100 Subject: [PATCH] Explicitly add testing email settings (#11685) If you have a `.env` file in the repository that specifies mal settings, these can overwrite the default mailing settings for the testing setup. This commit explicitly sets the appropriate env variable correctly. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index fe197e5b15d..4115b339157 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -172,6 +172,7 @@ services: CAPYBARA_SERVER_PORT: 3000 CAPYBARA_DYNAMIC_BIND_IP: 1 CAPYBARA_APP_HOSTNAME: backend-test + OPENPROJECT_EMAIL__DELIVERY__METHOD: test OPENPROJECT_CLI_PROXY: http://frontend-test:4200 OPENPROJECT_TESTING_NO_HEADLESS: "true" OPENPROJECT_TESTING_AUTO_DEVTOOLS: "true"