Skip to content

Commit 156dd4d

Browse files
committed
Updated docker compose setup
1 parent 2347a09 commit 156dd4d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

templates/drupal-module/docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)