Skip to content

nowiko/symfony-env-vars-issue

Repository files navigation

Requirements for local environment

  • PHP >= 7.4
  • Composer
  • Docker
  • Docker Compose

Local installation

  1. Clone repository
    git clone [email protected]:nowiko/symfony-env-vars-issue.git
  1. Create .env.local file (copy .env) and add actual values for following groups of environment variables - MAILER_*, AWS_

  2. Install project dependencies via Composer:

    composer install

then run

    composer dump-env
  1. Run following command to build images and start containers:
    docker-compose up -d
  1. To verify that everything works as expected, open http://localhost:8080/api/health-check

About

This project is created to showcase the problem described in https://github.com/symfony/symfony/issues/42225

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published