151 Commits

Author SHA1 Message Date
Torben Brümmer
4bc3a1a452
feat: Add expose_php = Off (#116) 2021-03-18 17:06:21 +01:00
Kévin Dunglas
d6f3e7653f
feat: synchronize with API Platform's definition (#113) 2021-02-09 10:42:17 +01:00
Kévin Dunglas
235f6f8edc
Create FUNDING.yml 2021-02-08 15:41:03 +01:00
Emanuele Panzeri
5feeabc3ac
fix: do not check DB availability if code errors (#110)
* fix: do not check DB availability if code errors

Do not wait for the DB to be available if there are other errors blocking the access to it.

* Update docker-entrypoint.sh

Co-authored-by: Kévin Dunglas <dunglas@gmail.com>
2021-01-22 17:15:50 +01:00
Emanuele Panzeri
3445aac4c6
fix: properly check for DB environment (#107)
Make sure the `DATABASE_URL` is checked without comments :)
2021-01-14 22:02:29 +01:00
Emanuele Panzeri
80dc4fbed5
fix: experimental_http3 moved under server.protocol to fix deprecation notice (#105) 2021-01-13 12:58:42 +01:00
Kévin Dunglas
6cbb384d8b
fix: ensure bin/console is always executable (#100) 2021-01-05 13:50:12 +01:00
Kévin Dunglas
0727ddf2bc
fix: .editorconfig xml definition (#99) 2021-01-04 20:21:12 +01:00
Kévin Dunglas
e319f76923
feat: add .editorconfig and fix indent of some files (#98) 2021-01-04 20:05:15 +01:00
Maxime Helias
5ea2920e2b
Merge pull request #96 from GaryPEGEOT/patch-3
feat: Update doc for Xdebug 3
2020-12-21 20:53:53 +01:00
Gary PEGEOT
07c4602412
Typo fix 2020-12-21 17:42:57 +00:00
Gary PEGEOT
542d37e217
Update doc for Xdebug 3 2020-12-18 11:16:37 +00:00
Kévin Dunglas
3612057ac0
docs: add HTTP/3 to README.md 2020-12-08 21:26:49 +01:00
Kévin Dunglas
8efe315479
feat: upgrade to PHP 8 (#92)
* feat: upgrade to PHP 8

* fix: preload
2020-12-08 21:19:31 +01:00
Maxime Helias
4837e7f335
Merge pull request #93 from dunglas/ssl-issue
fix: update SSL trust issue
2020-12-04 21:34:06 +01:00
Maxime Hélias
2d9638f3ae fix: update SSL trust issue 2020-12-04 21:32:34 +01:00
Kévin Dunglas
7cb8668cb2
feat: add built-in Mercure support (#89)
* feat: Mercure support

* feat: add native Mercure support

* improvements

* feat: add Mercure UI

* fix: typo

* finish
2020-12-02 00:29:12 +01:00
Maxime Helias
05d7a189de
Merge pull request #86 from thePanz/patch-1
docs: Mention HTTPs redirect fix in documentation
2020-11-30 21:52:40 +01:00
Emanuele Panzeri
be50d1457c
Update troubleshooting.md 2020-11-30 09:50:30 +01:00
Kévin Dunglas
8cd3d48a3a
Merge pull request #90 from dunglas/composer2
Deprecated option on composer v2
2020-11-25 22:30:25 +01:00
Maxime Hélias
991d8e290d fix: deprecated option on composer v2 2020-11-25 19:24:12 +01:00
Kévin Dunglas
2ea0c474c3
docs: symfony/orm-pack now installs a Postgres service 2020-11-25 00:38:08 +01:00
Kévin Dunglas
e3643b2823
Merge pull request #88 from dunglas/fix/database-url
fix: DATABASE_URL env var
2020-11-24 23:38:25 +01:00
Kévin Dunglas
af76729281
fix: DATABASE_URL env var 2020-11-24 22:23:16 +01:00
Kévin Dunglas
a6a1f7711e
feat: add support for Doctrine ORM (#74)
* feat: add support for Doctrine ORM

* feat: wait for DB and handle migrations if necessary

* feat: automatically use the MARIADB password

* fix cs

* feat: switch to postgres

* feat: switch to Postgres
2020-11-24 22:10:43 +01:00
Kévin Dunglas
24e5a85265
Merge pull request #87 from fabpot/global-flex-removal
Remove global Flex as it's not needed anymore with Composer 2
2020-11-17 09:48:21 +01:00
Fabien Potencier
d0c514e4f1 Remove global Flex as it's not needed with Composer 2 2020-11-17 09:35:09 +01:00
Emanuele Panzeri
7f019b76c0
Mention HTTPs redirect fix in documentation 2020-11-16 15:17:00 +01:00
Maxime Helias
cff7fe63f7
Merge pull request #84 from kevinmartins25/patch-1
oversight 'docker-compose'
2020-11-14 11:16:49 +01:00
kevinmartins25
41287fd7b6
oversight 'docker-compose' 2020-11-14 00:21:40 +01:00
Kévin Dunglas
b0a160912d
Merge pull request #83 from dunglas/fix/no-suggest
fix: remove use of deprecated Composer flag --no-suggest
2020-11-10 12:30:07 +01:00
Kévin Dunglas
0a72956444
fix: remove use of deprecated Composer flag --no-suggest 2020-11-10 12:23:44 +01:00
Kévin Dunglas
442e8f70f7
Merge pull request #81 from dunglas/fix/comment
fix: a comment in docker-compose.override.yml
2020-11-09 10:06:26 +01:00
Kévin Dunglas
c40453e18b
fix: a comment in docker-compose.override.yml 2020-11-09 10:00:42 +01:00
Kévin Dunglas
163a2d268c
Fix typo in production.md 2020-10-28 09:34:55 +01:00
Kévin Dunglas
eba2207c6e
Merge pull request #77 from dunglas/docs
docs: refactor and add a doc explaining how to deploy in prod
2020-10-21 16:46:13 +02:00
Kévin Dunglas
c507a1a10b
Merge pull request #78 from dunglas/fix/static-files
fix: static files server configuration
2020-10-21 11:35:17 +02:00
Kévin Dunglas
1b9d78f463
fix: static files server configuration 2020-10-21 11:30:28 +02:00
Kévin Dunglas
88a7208acf
docs: refactor and add a doc explaining how to deploy in prod 2020-10-20 08:25:37 +02:00
Kévin Dunglas
cc03d09fa6
feat: Use Caddy server (#75)
* feat: Use Caddy server

* cs
2020-10-19 15:30:43 +02:00
Kévin Dunglas
087d65f032
Merge pull request #73 from dunglas/feat/prod
feat: split dev and prod docker-compose files
2020-10-15 07:54:52 +02:00
Kévin Dunglas
d9554a6f00
feat: split dev and prod docker-compose files 2020-10-14 23:32:19 +02:00
Kévin Dunglas
07e4f08f31
feat: switch to GitHub Actions (#72)
* feat: switch to GitHub Actions

* feat: add docker compose cache

* docs: add GH actions badge
2020-10-14 22:44:46 +02:00
Kévin Dunglas
745c22b323
Merge pull request #71 from dunglas/feat/preloading
feat: add support for PHP preloading
2020-10-14 22:20:38 +02:00
Kévin Dunglas
0167334910
feat: add support for PHP preloading 2020-10-14 22:14:41 +02:00
Maxime Helias
7ab611a755
Merge pull request #62 from maxhelias/docs
Add docs for customize server name
2020-06-20 13:23:18 +02:00
maxhelias
139593083d Adapt installation for dump env var 2020-06-20 01:27:16 +02:00
maxhelias
967f3f270a Missing install for prod mode 2020-06-19 19:41:53 +02:00
maxhelias
293cc27ca4 Add docs for customize server name 2020-06-11 19:46:15 +02:00
Maxime Helias
eaf5639e41
Merge pull request #58 from loftninjas/master
Customize Server Name + Chrome/Brave SSL Fix
2020-06-11 19:25:11 +02:00