add a volume mounted for the app container, for the templates (eg, the sms template)

This commit is contained in:
2026-09-07 16:35:59 +02:00
parent 72e6352b71
commit d1bd62529d
+1
View File
@@ -32,6 +32,7 @@ services:
volumes:
- './config/prod:/var/www/app/config/packages/prod:ro'
- '/var/log/chill:/var/www/app/var/log:rw'
- './templates:/var/www/app/templates:ro'
- '{{ doc_storage_dir }}/{{ item['chill_environment'] }}:/var/storage:rw'
links:
- redis