feat: update Docker configuration and add deployment documentation for Coolify

This commit is contained in:
hamed
2026-06-27 21:27:58 +03:30
parent 29badf8d68
commit e966e11807
8 changed files with 233 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
; Production FPM pool overrides for ClinicPro.
; Default www.conf ships clear_env = yes, which strips the container
; environment (APP_ENV=prod, DATABASE_URL, ...) from PHP worker processes.
; Without this, PHP falls back to the baked .env (APP_ENV=dev) and boots the
; wrong environment. Keep the container env so compose-provided vars reach PHP.
[www]
clear_env = no