- PHP >= 7.4
- Composer
- Docker
- Docker Compose
- Clone repository
git clone [email protected]:nowiko/symfony-env-vars-issue.git
-
Create
.env.local
file (copy.env
) and add actual values for following groups of environment variables -MAILER_*
,AWS_
-
Install project dependencies via Composer:
composer install
then run
composer dump-env
- Run following command to build images and start containers:
docker-compose up -d
- To verify that everything works as expected, open http://localhost:8080/api/health-check