Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 489 Bytes

File metadata and controls

23 lines (14 loc) · 489 Bytes

symfony4-docker

Docker for Symfony 4 application (with nginx, php 7.2, composer, mysql and elk - elasticsearch logstash and kibana)

Optimized for macOS High Sierra

Requirements

  1. nginx-proxy

Installation

  1. Create a .env from the .env.dist file. Adapt it according to your symfony application

    cp .env.dist .env
  2. Build/run containers with detached mode

    $ docker-compose up -d