You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| php | The API with PHP, PHP-FPM 7.2, Composer and sensitive configs | n/a | all
79
-
| db | A PostgreSQL database server | 5432 | all (prefer using a managed service in prod)
80
-
| client | A development server for the Progressive Web App | 80 | dev (use a static website hosting service in prod)
81
-
| admin | A development server for the admin | 81 | dev (use a static website hosting service in prod)
82
-
| api | The HTTP server for the API (Nginx) | 8080 | all
83
-
| cache-proxy | A HTTP cache proxy for the API provided by Varnish | 8081 | all (prefer using a managed service in prod)
84
-
| mercure | Mercure hub | 1337 | all
85
-
| h2-proxy | A HTTP/2 and HTTPS development proxy for all apps | 443 (client)<br>444 (admin)<br>8443 (api)<br>8444 (cache-proxy) | dev (configure properly your web server in prod)
| php | The API with PHP, PHP-FPM 7.2, Composer and sensitive configs | n/a | all |
78
+
| php | The API with PHP, PHP-FPM 7.3, Composer and sensitive configs | n/a | all |
90
79
| db | A PostgreSQL database server | 5432 | all (prefer using a managed service in prod) |
91
80
| client | A development server for the Progressive Web App | 80 | dev (use a static website hosting service in prod) |
92
81
| admin | A development server for the admin | 81 | dev (use a static website hosting service in prod) |
93
82
| api | The HTTP server for the API (Nginx) | 8080 | all |
94
83
| mercure | The Mercure hub, [for real-time capabilities](../core/mercure.md)| 1337 | all (prefer using the managed version in prod) |
95
84
| h2-proxy | A HTTP/2 and HTTPS development proxy for all apps | 443 (client)<br>444 (admin)<br>8443 (api)<br>1338 (mercure) | dev (configure properly your web server in prod) |
96
-
>>>>>>> Add extending docs, improve security docs and getting started
0 commit comments