Some settings

This commit is contained in:
Frank
2026-01-03 13:16:58 +01:00
parent 18821e2463
commit b58da74967
22 changed files with 605 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
This app can run fully in Docker using docker compose with PHP-FPM, Nginx and MySQL.
## Services
- php: PHP 8.2 FPM with required extensions and Composer
- php: PHP 8.5.1 FPM with required extensions and Composer
- nginx: Serves the Symfony app from public/ and proxies PHP to php-fpm
- database: MySQL 8.0 (data persisted in a volume)
- mailer (dev only via compose.override.yaml): Mailpit (SMTP/UI)