z2s8 / docker-symfony

Environment for a Symfony3 application with Node.js using Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker for Magento Build Status

This repository allows the creation of a Docker environment that meets Symfony3 requirements.

Architecture

$ docker-compose ps
     Name                   Command             State              Ports
-----------------------------------------------------------------------------------
symfony_mysql_1   docker-entrypoint.sh mysqld   Up      0.0.0.0:3306->3306/tcp
symfony_nginx_1   nginx -g daemon off;          Up      443/tcp, 0.0.0.0:80->80/tcp
symfony_node_1    node                          Up      0.0.0.0:8888->8888/tcp
symfony_php_1     php-fpm                       Up      0.0.0.0:9000->9000/tcp

Installation

...

About

Environment for a Symfony3 application with Node.js using Docker.

License:GNU General Public License v2.0