Dockerize: Add Dockerfile, nginx.conf, supervisord.conf with clear_env=no fix

This commit is contained in:
z0rayy
2026-06-10 17:11:13 +07:00
parent 40711a766e
commit 7e956cc02e
5 changed files with 120 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# PHP-FPM environment variable passthrough
# This ensures ENV vars from Coolify are accessible via getenv() in PHP
; Clear all environment variables (security)
clear_env = no