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