- Create docker-compose-prod.yml.j2 with vault variables (db_password, redis_password, meilisearch_master_key) - Add template deployment step in playbook after stop containers - Remove docker-compose-prod.yml from git tracking (now generated by Ansible) - Add docker-compose-prod.yml to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> phpunit/phpunit ###
|
|
/phpunit.xml
|
|
/.phpunit.cache/
|
|
###< phpunit/phpunit ###
|
|
|
|
/public/build/
|
|
docker-compose-prod.yml
|
|
node_modules/
|
|
.idea/
|
|
cert/
|
|
/public/media/
|
|
/coverage/
|
|
|
|
###> friendsofphp/php-cs-fixer ###
|
|
/.php-cs-fixer.php
|
|
/.php-cs-fixer.cache
|
|
###< friendsofphp/php-cs-fixer ###
|