Maxime Helias
1d1ec89a7f
Fixed xdebug guide
2018-11-19 09:59:54 +01:00
Alberto Avon
8632436724
Updated readme to include a note about linux users ( #37 )
...
* Updated readme to include a note about linux users
* Fixed typo and moved section before Credits
* Updated section title
* Use title case in the title
2018-11-06 17:31:09 +01:00
Kévin Dunglas
ccda890260
Improve README.md
2018-11-06 10:55:50 +01:00
Kévin Dunglas
66ff768285
Add missing depends_on section
2018-10-26 14:00:12 +02:00
Kévin Dunglas
bfab752c5d
Fix reverse proxy
2018-10-25 14:40:54 +02:00
Kévin Dunglas
29e0646a9b
Prevent some warnings related to env vars
2018-10-25 14:31:05 +02:00
Kévin Dunglas
d4e0a54415
Merge pull request #36 from maxhelias/bump
...
Bump version
2018-10-13 09:09:24 +02:00
Kévin Dunglas
1152e3a6ad
Merge pull request #35 from maxhelias/xdebug
...
Add documentation for debugging
2018-10-13 09:09:02 +02:00
Maxime Helias
bee938e818
Bump version
2018-10-13 02:13:23 +02:00
Maxime Helias
e5e170dc71
Add documentation for debugging
2018-10-13 02:08:57 +02:00
Kévin Dunglas
76aaa44293
Merge pull request #33 from maxhelias/fix-dc
...
Fix docker-compose after all dockerfile in one
2018-08-25 23:46:35 +02:00
Maxime Helias
4f21421d5f
Fix docker-compose after all dockerfile in one
2018-08-25 22:33:44 +02:00
Kévin Dunglas
8ba7db5320
Merge pull request #31 from borNfreee/patch-1
...
Fix typo
2018-08-23 15:39:06 +02:00
Maks Rafalko
deb4cb0d36
Fix typo
2018-08-23 16:38:25 +03:00
Mateusz Sip
29cc31c3de
Basic readme telling how to select symfony version ( #23 )
...
* Basic readme telling how to select symfony version
* Describe installing symfony with custom stability
* Update README.md
2018-08-23 15:36:55 +02:00
Kévin Dunglas
3ee156cb97
Merge pull request #26 from maxhelias/all-in-one-dockerfile
...
Gather all Dockerfile in one
2018-08-23 15:27:52 +02:00
Kévin Dunglas
d16662b102
Merge pull request #30 from maxhelias/fix/stability
...
Fix the STABILITY env
2018-08-23 15:27:14 +02:00
Maxime Helias
08cba3870f
Fix the STABILITY env
2018-08-23 15:17:35 +02:00
Maxime Helias
6d77b4b788
Gather all Dockerfile in one
2018-07-01 18:25:09 +02:00
Kévin Dunglas
49a016af2c
Merge pull request #27 from scaule/scaule-patch-cached
...
Performance tuning for app volume
2018-06-30 12:23:48 +02:00
Caule Simon
4e258087dc
Performance tuning for app volume
...
Use cached strategy on volume ( the host’s view is authoritative (permit delays before updates on the host appear in the container) to optimize container performance.
Docker documentation on this : https://docs.docker.com/docker-for-mac/osxfs-caching/#tuning-with-consistent-cached-and-delegated-configurations
2018-06-30 12:20:46 +02:00
Kévin Dunglas
6a348748e7
Merge pull request #21 from maxhelias/proxy-nginx
...
Reverse proxy with nginx
2018-06-26 09:14:16 +02:00
Kévin Dunglas
d8dc263f99
Merge pull request #24 from ajardin/master
...
Improve OPcache settings
2018-06-26 09:12:47 +02:00
Kévin Dunglas
f7a01ec27d
Merge pull request #25 from kejwmen/fix/pass-stability-to-dockerfile
...
Pass stability from env variable to dockerfile
2018-06-26 09:11:48 +02:00
Mateusz Sip
08228525eb
Pass stability from env variable
2018-06-25 21:33:53 +02:00
Alexandre Jardin
eac9be81fa
Improve OPcache settings
2018-06-25 10:17:37 +02:00
Kévin Dunglas
34f3d704f3
Merge pull request #22 from kejwmen/fix/installing-specific-version
...
Use SYMFONY_VERSION as a variable name everywhere to avoid mistakes
2018-06-24 16:27:23 +02:00
Mateusz Sip
bd86544c3e
Use SYMFONY_VERSION as a variable name everywhere to avoid mistakes
2018-06-23 22:05:34 +02:00
Maxime Helias
53a2f01ac5
Reverse proxy with nginx
2018-06-22 15:11:03 +02:00
Kévin Dunglas
d9541dc3f8
Merge pull request #18 from maxhelias/fix-auto-script
...
Fix the build of app with auto-script like recipe framework-bundle
2018-06-16 11:30:27 +02:00
Kévin Dunglas
5f034376d6
Merge pull request #11 from kejwmen/feature/select-skeleton-version
...
Support building using specific symfony version
2018-06-16 11:29:39 +02:00
Mateusz Sip
0ab47a2b75
Support specific version
2018-06-16 00:40:00 +02:00
Maxime Helias
00a61678aa
Fix the build of app with auto-script like recipe framework-bundle
2018-06-15 09:30:14 +02:00
Kévin Dunglas
27429c7c3a
Merge pull request #17 from jorge07/patch-1
...
Remove composer as first parent layer
2018-06-14 18:41:29 +02:00
Jorge Arco
6e0a00d066
Remove composer as first parent layer
2018-06-14 13:43:23 +02:00
Kévin Dunglas
722cdaa61b
Bump dependencies
2018-06-14 13:21:28 +02:00
Kévin Dunglas
0160ba3ccd
Merge pull request #16 from boite/develop
...
Use php:7.2-fpm-alpine image
2018-06-14 13:04:03 +02:00
boite
eb1ce5cc59
Use php:7.2-fpm-alpine image
...
which allows FPM to listen on all interfaces even when IPv6 is
disabled.
See https://github.com/docker-library/php/pull/562
2018-05-08 12:15:06 +01:00
Kévin Dunglas
8bf475a8af
Merge pull request #15 from dunglas/group-steps
...
Use multi-stage build to install Composer
2017-11-22 10:42:09 +01:00
Kévin Dunglas
d5617fa646
Use multi-stage build
2017-11-22 08:52:31 +01:00
Kévin Dunglas
92fc9622a3
Fix .gitignore
2017-10-19 22:47:07 +02:00
Kévin Dunglas
6ae9dc04f9
Merge pull request #10 from dunglas/build-arg
...
Allow to use Symfony 4
2017-10-19 22:46:27 +02:00
Kévin Dunglas
34bfe40717
Allow to use Symfony 4
2017-10-19 22:32:57 +02:00
Kévin Dunglas
ce2ed96360
Merge pull request #9 from dunglas/fix-first-start
...
Wait for the PHP container to start Nginx
2017-10-19 22:23:15 +02:00
Kévin Dunglas
6ac9cd8564
Wait for the PHP container to start Nginx
2017-10-19 22:22:48 +02:00
Kévin Dunglas
f4ee1f18b9
Merge pull request #6 from dunglas/h2
...
HTTP/2 and HTTPS support
2017-10-19 16:47:09 +02:00
Kévin Dunglas
0f965c41a1
Use composer create-project
2017-10-19 16:16:44 +02:00
Kévin Dunglas
33daa22c7a
h2 and HTTPS support
2017-10-19 16:16:44 +02:00
Kévin Dunglas
313bda6b7a
Fix typo
2017-09-13 22:14:52 +02:00
Kévin Dunglas
3dea20249d
Merge pull request #5 from dunglas/autoinstall
...
Just type "docker-compose up" to install a Flex project (major refactoring)
2017-07-17 08:47:51 +02:00