- Docker 1.9
- Docker Compose 1.4
- docker // Images docker & conf (PHP7, NGINX, Supervisor, MySQL & logs)
- server // Symfony3 - Project source code
- client // Angular5 - Project source code
Create images for Docker
make
Define permissions and dependencies
make install
Development
By default, the application is launch in development environment.
Production
To launch the application in production environment, modify the variable APP_ENV in 'docker-compose.yml':
services:
app:
environment:
APP_ENV: prod
Launching
Run the cluster
make run
In another terminal
docker exec -ti app bash
Tifenn Guillas
Anthony K GROSS
- http://anthonykgross.fr
- https://twitter.com/anthonykgross
- https://github.com/anthonykgross
- http://www.twitch.tv/anthonykgross
- PHP7 - Symfony 3.4 - Composer - PhpUnit
- Angular5 - Bootstrap3
- MySql
- Docker