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
+4
View File
@@ -23,6 +23,10 @@
/phpstan.neon
# Local env & secrets
# NOTE: .env IS kept in the image — Symfony's Dotenv::bootEnv requires it to
# exist. Its APP_ENV=dev default is harmless in prod: compose sets the real
# APP_ENV=prod env var, and Dotenv never overwrites an already-set var
# (provided FPM clear_env=no, see docker/php/zz-pool.conf).
.env.local
.env.*.local
/config/jwt/*.pem