Skip to content

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

License

Notifications You must be signed in to change notification settings

titi69lpb/symfony-4-docker-runtime-env

 
 

Repository files navigation

Symfony 4 Docker

Minimal Runtime Environment Build Status symfony 4 docker

Minimal Symfony 4 Runtime Environment created with Docker.

Deployed with Travis and Kubernetes running on: https://symfony-4-docker-runtime-env.tulik.info/

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-docker-runtime-env.git
$ cd symfony-4-docker-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

 

Copyright Note: Substantial portions of the solution was introduced by Kévin Dunglas.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.4%
  • VCL 21.6%
  • Smarty 7.9%
  • Shell 7.1%