File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,6 @@ services:
44 phpfpm :
55 image : itkdev/php8.4-fpm:latest
66 user : ${COMPOSE_USER:-deploy}
7- networks :
8- - app
9- extra_hosts :
10- - " host.docker.internal:host-gateway"
11- environment :
12- - PHP_XDEBUG_MODE=${PHP_XDEBUG_MODE:-off}
13- - PHP_MAX_EXECUTION_TIME=30
14- - PHP_MEMORY_LIMIT=256M
15- # Depending on the setup, you may have to remove --read-envelope-from from msmtp (cf. https://marlam.de/msmtp/msmtp.html) or use SMTP to send mail
16- - PHP_SENDMAIL_PATH=/usr/bin/msmtp --host=mail --port=1025 --read-recipients --read-envelope-from
17- - DOCKER_HOST_DOMAIN=${COMPOSE_DOMAIN}
18- - PHP_IDE_CONFIG=serverName=localhost
19- # Let drush know the site uri (makes using --uri redundant)
20- - DRUSH_OPTIONS_URI=http://${COMPOSE_DOMAIN}
21- depends_on :
22- mariadb :
23- condition : service_healthy
24- memcached :
25- condition : service_healthy
267 volumes :
278 - .:/app
289
You can’t perform that action at this time.
0 commit comments