Convert docker-compose-prod.yml to Ansible template with vault secrets

- 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>
This commit is contained in:
Serreau Jovann
2026-03-20 13:26:38 +01:00
parent 2dc4326b66
commit d11c0cbea4
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@
###< phpunit/phpunit ###
/public/build/
docker-compose-prod.yml
node_modules/
.idea/
cert/