Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 520 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 520 Bytes

Dockerize a Symfony app

This tool helps generating a docker-compose.yml file and necessary images to run a symfony app.

DEPRECATED: Due to complexity, I've found a simpler solution. Go to my gist

How to

  1. Run:

    cp parameters.sh.dist parameters.sh
  2. Edit parameters.sh and fill your values.

  3. Run:

    ./build.sh
    docker-compose up

More

See bin/dist/ files for further information.