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 |
|
Kévin Dunglas
|
10962ea40b
|
Dynamic resolution
|
2017-07-17 08:47:12 +02:00 |
|
Kévin Dunglas
|
6d5bf66804
|
Just type "docker-compose up" to install a Flex project (major refactoring)
|
2017-07-17 08:34:07 +02:00 |
|
Kévin Dunglas
|
3b0893ce1c
|
Merge pull request #4 from dunglas/some_fixes
Various fixes
|
2017-07-11 23:21:33 +02:00 |
|
Kévin Dunglas
|
8976e1f9c2
|
Various fixes
|
2017-07-06 00:29:04 +02:00 |
|
Kévin Dunglas
|
051cee501b
|
Merge pull request #3 from mickaelandrieu/patch-2
Make specific access on dev environment optional
|
2017-07-05 23:47:14 +02:00 |
|
Mickaël Andrieu
|
8ff420c686
|
Removed IP checks block from front controller
|
2017-06-27 15:32:49 +02:00 |
|
Kévin Dunglas
|
4dc7ebac47
|
Add missing 'make' dependency
|
2017-06-12 13:45:08 +02:00 |
|
Kévin Dunglas
|
50d5268c4a
|
Fix docker-compose.yml
|
2017-06-12 13:26:54 +02:00 |
|
Kévin Dunglas
|
2d6d2ecd59
|
Merge pull request #2 from dunglas/upgrade
Upgrade the Docker setup and dependencies
|
2017-06-12 10:37:12 +02:00 |
|
Kévin Dunglas
|
df6286b2e9
|
Upgrade the Docker setup and dependencies
|
2017-06-12 10:34:13 +02:00 |
|
Kévin Dunglas
|
10b49ace3d
|
Remove the Dotenv component
|
2017-04-22 20:35:59 +02:00 |
|
Kévin Dunglas
|
c22d64cacc
|
Update package name
|
2017-04-22 20:32:38 +02:00 |
|
Kévin Dunglas
|
7145ec03cf
|
Add Docker support
|
2017-04-22 20:29:25 +02:00 |
|