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
-
Run:
cp parameters.sh.dist parameters.sh
-
Edit
parameters.sh
and fill your values. -
Run:
./build.sh docker-compose up
See bin/dist/
files for further information.