feat(local-secrets): introduce unified local secrets management and documentation
- Add example secret files for `app_key`, `db_user_password`, and `redis_password`. - Introduce `local.vault.yml.example` for Ansible Vault encryption of local secrets. - Create migration and setup scripts for transitioning from `.env.local` to secrets files. - Update `docker-compose.local.yml` to adopt Docker Secrets and `_FILE` pattern for local configurations. - Add deployment playbooks and enhanced logging configurations for local development.
This commit is contained in:
4
docker/php/zzzz-override.conf
Normal file
4
docker/php/zzzz-override.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[www]
|
||||
; Override listen address to listen on all interfaces (required for Docker networking)
|
||||
; This file is loaded last (alphabetically) to override www.conf
|
||||
listen = 0.0.0.0:9000
|
||||
Reference in New Issue
Block a user