/symfony-4-docker-runtime-env

Symfony 4 Docker - Minimal Runtime Environment. PHP-FPM, NGINX SSL Proxy, Postgres

Primary LanguagePHPMIT LicenseMIT

Symfony 4 Docker

Minimal Runtime Environment Build Status symfony 4 docker

Minimal Symfony 4 Runtime Environment created with Docker.

Enviroment details

Run in 5 min - see video

Setup Symfony 4 with Docker in 5 minutes

How to start

$ git clone https://github.com/tulik/symfony-4-runtime-env.git
$ cd symfony-4-runtime-env
$ docker-compose up

Executing command inside of Docker container

$ docker-compose exec php bin/console doctrine:schema:update --force

or

$ docker-compose exec php composer req profiler