feat: update Docker configuration and add deployment documentation for Coolify
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user