- 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.
7 lines
202 B
Plaintext
Executable File
7 lines
202 B
Plaintext
Executable File
# Redis Password Example
|
|
# Copy this file to redis_password.txt and set your local development password
|
|
# Example: local-dev-redis-password-2024
|
|
#
|
|
# Generate secure password:
|
|
# openssl rand -base64 32
|