From 5c35fb8cf29027ad9b6266794136033edf0d1cb0 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Fri, 11 Sep 2020 14:51:07 +0200 Subject: [PATCH] [TASK] Remove Apache service We don't need this anymore since tests now use the PHP webserver instead. Notice that the HTTP_HOST environment variable is still necessary for the ServerRequestFactory within TypoScriptFrontendController. --- docker-compose.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d649b84d..48ad7e46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: typo3DatabaseUsername: root typo3DatabasePassword: root ELASTICSEARCH_HOST: elasticsearch:9200 - HTTP_HOST: apache + HTTP_HOST: dummy depends_on: - apache - elasticsearch @@ -19,13 +19,6 @@ services: - ./:/var/www/html - ssh-agent:/.ssh-agent - apache: - image: thecodingmachine/php:${PHP_VERSION:-7.2}-v3-slim-apache - environment: - APACHE_DOCUMENT_ROOT: web/ - volumes: - - ./:/var/www/html - mysql: image: mysql:5.7 command: