chore(docker): load .env file

This commit is contained in:
Oliver Davies 2022-08-17 22:47:59 +01:00 committed by GitHub
parent bd3fce7e64
commit 4bd92d20c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ services:
- "${DOCKER_WEB_PORT:-127.0.0.1:80}:80" - "${DOCKER_WEB_PORT:-127.0.0.1:80}:80"
depends_on: depends_on:
- php - php
env_file:
- .env
php: php:
build: build: