From d1bd62529db0207df48acb9eba4381dad09d3e4d Mon Sep 17 00:00:00 2001 From: nobohan Date: Mon, 7 Sep 2026 16:35:59 +0200 Subject: [PATCH] add a volume mounted for the app container, for the templates (eg, the sms template) --- templates/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/compose.yaml b/templates/compose.yaml index c8c25db..28a7707 100644 --- a/templates/compose.yaml +++ b/templates/compose.yaml @@ -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 @@ -53,7 +54,7 @@ services: command: - "/bin/bash" - "-c" - - > + - > sleep 3 && bin/console cache:clear && while ! [ -f /tmp/kill_me ]; do