Skip to content

Commit

Permalink
[TASK] Remove Apache service
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mbrodala committed Sep 11, 2020
1 parent 75a6fbd commit 5c35fb8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
typo3DatabaseUsername: root
typo3DatabasePassword: root
ELASTICSEARCH_HOST: elasticsearch:9200
HTTP_HOST: apache
HTTP_HOST: dummy
depends_on:
- apache
- elasticsearch
Expand All @@ -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:
Expand Down

0 comments on commit 5c35fb8

Please sign in to comment.