Commit Graph

14 Commits

Author SHA1 Message Date
Vincent Letourneau
f73daed67b Add MySQL version to the environment variables
The default version of MySQL is 5.7.22.

This change follows the change of MySQL for version 8 and the possible incompatibility with php and phpMyAdmin. see the links:

- https://bugs.php.net/bug.php?id=76243
- https://stackoverflow.com/questions/49948350/phpmyadmin-on-mysql-8-0
2018-04-29 10:58:11 +02:00
Vincent Letourneau
aa47906c4b Replace the docker image nginx to nginx:alpine 2017-12-19 11:43:19 +01:00
Vincent Letourneau
b74e78af2d Add the environment variable of the PHP version 2017-12-19 11:20:12 +01:00
Vincent Letourneau
4ed61dc91c Rename default.template 2017-09-28 11:14:21 +02:00
Vincent Letourneau
df3560700b Add a Nginx template using a dynamic hostname from .env 2017-09-18 18:49:29 +02:00
Vincent Letourneau
80fd60aea2 Changing the composer/composer image by the official image much lighter and updated
Minor update of commands related to Composer
2017-08-03 13:33:57 +02:00
Vincent Letourneau
e479945f53 New MySQL host parameter in the .env file 2017-08-03 11:34:38 +02:00
Vincent Letourneau
4f7dbd126f Update travis configuration 2017-07-29 15:14:02 +02:00
Vincent Letourneau
281c0a5e01 Change MySQL expose port 3306 to 8989 2017-07-28 20:05:09 +02:00
Vincent Letourneau
e80b05d855 Adapt Nginx configuration with PHP volume 2017-07-27 18:51:52 +02:00
Vincent Letourneau
69022ddaff Improve configuration with Makefile
- Add Makefile
 - Add environment configuration file
 - Use env with docker-compose and Makefile"
2017-07-27 17:31:40 +02:00
Vincent Letourneau
aef24090a1 Improve docker-compose
- Update mysql user/pass to dev/dev
 - Improve README
2017-01-22 10:42:42 +01:00
Vincent Letourneau
f78334f321 Update README and Docker Compose file 2017-01-15 16:41:10 +01:00
Vincent Letourneau
671766bdf3 first commit 2017-01-15 15:48:31 +01:00