Dany Maillard
|
62bcfd04f2
|
Watch Caddyfile in dev env
|
2023-02-09 09:46:25 +01:00 |
|
Maxime Helias
|
c10ea680ae
|
docs: add server name tips and custom https port note (#368)
* docs: add server name tips and custom https port note
* Update docs/build.md
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
* Update docs/build.md
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
|
2023-01-20 09:32:22 +01:00 |
|
Maxime Hélias
|
8b82b74f52
|
Use hadolint to check dockerfile
|
2023-01-20 09:27:47 +01:00 |
|
Maxime Hélias
|
f464553da4
|
docs: configuring a load balancer or a reverse proxy
|
2023-01-20 09:25:30 +01:00 |
|
Kaj de Munter
|
e4a090dd09
|
Match / and . in Makefile help regex
|
2022-12-21 15:27:47 +01:00 |
|
Kévin Dunglas
|
4c521f329a
|
chore: disable Caddy's push directive
|
2022-12-21 11:25:39 +01:00 |
|
Kévin Dunglas
|
fff71e3c04
|
feat: upgrade to PHP 8.2
|
2022-12-21 09:30:32 +01:00 |
|
Maxime Hélias
|
2cdc2cf3d1
|
Ensure tmp folder is empty
|
2022-12-20 17:51:07 +01:00 |
|
wira
|
8ebbaf1413
|
docs: use correct .PHONY syntax with colon (:)
|
2022-12-01 10:40:31 +01:00 |
|
Cosmin SANDU
|
e5e6f1c8f7
|
Update build doc to support Windows OS
|
2022-12-01 10:37:38 +01:00 |
|
Emanuele Panzeri
|
e67a28f630
|
feat: Allow local certificates to be used by Caddy
|
2022-11-25 14:36:53 +01:00 |
|
Kévin Dunglas
|
a36ce26872
|
Update Dockerfile
Co-authored-by: Maxime Helias <maximehelias16@gmail.com>
|
2022-11-24 11:28:56 +01:00 |
|
Kévin Dunglas
|
4c16f6827d
|
chore: remove build args
|
2022-11-24 11:28:56 +01:00 |
|
Loïc Sapone
|
9e5544753c
|
Using the new binary-only image from Composer
|
2022-11-03 18:59:29 +01:00 |
|
Robin Chalas
|
90279010dd
|
feat: rename DEBUG to CADDY_DEBUG
|
2022-11-01 18:01:47 +01:00 |
|
Maxime Hélias
|
4c590cd148
|
docs: add license
|
2022-10-18 13:38:29 +02:00 |
|
Maxime Hélias
|
d600f7ef63
|
feat: improve Dockerfile link on copy
|
2022-10-17 15:46:22 +02:00 |
|
Loïc Vernet
|
54b9706fe0
|
fix: fixed reference code
|
2022-10-13 14:33:36 +02:00 |
|
Maxime Hélias
|
d25e7d6359
|
docs: Xdebug on symfony commands
|
2022-10-05 14:14:07 +02:00 |
|
Anatoly Pashin
|
45eda5e683
|
Use php extensions installer
https://github.com/mlocati/docker-php-extension-installer
Fixes https://github.com/dunglas/symfony-docker/issues/276
|
2022-10-04 22:33:54 +02:00 |
|
Borislav Kosun
|
67c3a35795
|
fix: use !ChangeThisMercureHubJWTSecretKey! as default JWT secret key (#295)
|
2022-09-30 22:33:53 +02:00 |
|
Borislav Kosun
|
4a5b46f05e
|
fix: stop use obsolete experimental_http3 option
|
2022-09-21 17:32:11 +02:00 |
|
Kévin Dunglas
|
ad74cc552d
|
chore: add a default value for XDEBUG_MODE
|
2022-08-05 18:14:31 +02:00 |
|
Kévin Dunglas
|
7cc9d7b93b
|
chore: compatibility with the new ORM recipe (#278)
|
2022-08-05 14:37:17 +02:00 |
|
Kévin Dunglas
|
895d72daff
|
chore: minor improvements and sync with API Platform (#277)
|
2022-08-05 14:37:06 +02:00 |
|
Kévin Dunglas
|
90d3f391db
|
refactor: improve image, uniformize with API Platform (#275)
* refactor: improve image, uniformize with API Platform
* feat: remove the SKELETON arg
|
2022-08-05 10:21:54 +02:00 |
|
Kévin Dunglas
|
c8b13f29c7
|
Update README.md
|
2022-08-04 15:32:22 +02:00 |
|
Kévin Dunglas
|
e24b0d5df1
|
Update README.md
|
2022-08-04 15:30:39 +02:00 |
|
Kévin Dunglas
|
17a02310d5
|
feat: add native Xdebug support (#271)
* feat: add native Xdebug support
* cleanup
* fix review
* fix review
* Improve docs
* some more improvements
* remove useless env var
|
2022-08-04 14:47:59 +02:00 |
|
Robin Brisa
|
062e9f1986
|
docs: trust certificate on Windows (#272)
Added information about how to add the caddy cert to the trusted certificates on Windows as this info was only provided for Linux & Mac.
|
2022-08-01 20:08:24 +02:00 |
|
Robin Brisa
|
e29fc44bd0
|
Windows performance hint (#270)
|
2022-07-31 21:01:13 +02:00 |
|
Maxime Hélias
|
6a941f244d
|
feat: Promote Compose v2
|
2022-07-29 09:33:07 +02:00 |
|
Kévin Dunglas
|
daef1cb0d5
|
feat: improve PHP config (#266)
* feat: improve PHP config
Tweak PHP config according to Blackfire's recommendation.
* Update docker/php/conf.d/symfony.prod.ini
Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
* fix
* fix
Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
|
2022-07-28 11:12:43 +02:00 |
|
Stéphane P
|
4eebb98ba0
|
feat: remove deprecated flags
|
2022-07-20 15:21:03 +02:00 |
|
Jérôme Zecca
|
380dc90259
|
ICU 71.1 support
|
2022-06-16 11:44:48 +02:00 |
|
Steven DUBOIS
|
95eed846dc
|
Replace unsupported wip tld by localhost (#254)
|
2022-06-14 01:05:02 +02:00 |
|
Douglas Silva
|
33deaeb484
|
Remove iconv workaround
|
2022-03-21 10:32:30 +01:00 |
|
Dezső BICZÓ
|
f97d1ce163
|
Typo fix
|
2022-03-15 10:56:54 +01:00 |
|
Michael Fitzpatrick
|
8de8127aba
|
Check for for files in subdirectories of migrations/
|
2022-03-07 09:06:30 +01:00 |
|
Kévin Dunglas
|
fcff96b691
|
docs(xdebug): fix host on Linux
|
2021-12-22 13:59:56 +01:00 |
|
Pieter Eggink
|
8a9b8c8e26
|
fix: multistage alias from lower to uppercase
|
2021-12-15 19:05:53 +01:00 |
|
Martin Güthler
|
28624621ca
|
feat: make HTTP ports variable (#195)
|
2021-12-10 19:00:31 +01:00 |
|
Kévin Dunglas
|
49e28e8c86
|
feat: upgrade to PHP 8.1 (#193)
|
2021-12-03 10:37:02 +01:00 |
|
Rowan Parker
|
aba3961ff2
|
Sync Docker and composer PHP versions in new projects (#190)
|
2021-11-21 17:12:28 +01:00 |
|
Manuele Menozzi
|
1364979af6
|
Do not run composer install in prod (#188)
|
2021-11-05 22:36:11 +01:00 |
|
Loïc Vernet
|
d4c3b50e68
|
doc: precision about makefile (#185)
|
2021-10-28 12:27:40 +02:00 |
|
Maxime Helias
|
97ae6ef106
|
docs: Add new extra services availables (#183)
|
2021-10-25 20:41:11 +02:00 |
|
Kévin Dunglas
|
3d7f6c4ce2
|
fix: prevent installing another Mercure hub (#181)
|
2021-10-13 22:28:04 +02:00 |
|
Loïc Vernet
|
2e31a39382
|
Added a Makefile (#180)
|
2021-10-07 13:48:05 +02:00 |
|
darthf1
|
1d4f00d64f
|
fix: set php-fpm process_control_timeout (#176)
Copied from https://github.com/api-platform/api-platform/pull/1997
|
2021-09-06 17:00:16 +02:00 |
|