refactor: normalize Jinja2 spacing in volume paths and add async support in backup task

- Standardized spacing in {{ docker_compose.directories.volumes }} across multiple roles
- Added async and poll support to sys-bkp-docker-2-loc database seeding and file permission tasks
- Moved Installation.md for web-app-matrix into docs/ for better structure
This commit is contained in:
2025-08-18 01:05:01 +02:00
parent 3d7bbabd7b
commit a5941763ff
7 changed files with 11 additions and 7 deletions

View File

@@ -41,7 +41,7 @@
ports:
- "127.0.0.1:{{ports.localhost.http[application_id]}}:{{ container_port }}"
volumes:
- "{{docker_compose.directories.volumes}}nginx.conf:/etc/nginx/nginx.conf:ro"
- "{{ docker_compose.directories.volumes }}nginx.conf:/etc/nginx/nginx.conf:ro"
volumes_from:
- application