From 606a4ff35582514b62aca3a88969a329214026a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 9 Apr 2024 15:02:45 +0200 Subject: [PATCH] chore: adjust ddev config to run TYPO3 10 and 11 in parallel --- .ddev/config.yaml | 2 +- config/sites/ep-reisen/config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 3d92cea6..ffe1a04f 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -name: ep-reisen +name: ep-reisen-10 type: typo3 docroot: public php_version: "7.4" diff --git a/config/sites/ep-reisen/config.yaml b/config/sites/ep-reisen/config.yaml index b272ca01..b8a1007c 100644 --- a/config/sites/ep-reisen/config.yaml +++ b/config/sites/ep-reisen/config.yaml @@ -3,6 +3,9 @@ baseVariants: - base: 'https://ep-reisen.ddev.site' condition: 'applicationContext == "Development"' + - + base: 'https://ep-reisen-10.ddev.site' + condition: 'applicationContext == "Development"' - base: 'https://schnee-event.ddev.site' condition: 'applicationContext == "Development/Skimax"'