chore(docker): load .env file
This commit is contained in:
parent
bd3fce7e64
commit
4bd92d20c4
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue