add a volume mounted for the app container, for the templates (eg, the sms template)
This commit is contained in:
@@ -32,6 +32,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- './config/prod:/var/www/app/config/packages/prod:ro'
|
- './config/prod:/var/www/app/config/packages/prod:ro'
|
||||||
- '/var/log/chill:/var/www/app/var/log:rw'
|
- '/var/log/chill:/var/www/app/var/log:rw'
|
||||||
|
- './templates:/var/www/app/templates:ro'
|
||||||
- '{{ doc_storage_dir }}/{{ item['chill_environment'] }}:/var/storage:rw'
|
- '{{ doc_storage_dir }}/{{ item['chill_environment'] }}:/var/storage:rw'
|
||||||
links:
|
links:
|
||||||
- redis
|
- redis
|
||||||
@@ -53,7 +54,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
- "/bin/bash"
|
- "/bin/bash"
|
||||||
- "-c"
|
- "-c"
|
||||||
- >
|
- >
|
||||||
sleep 3 && bin/console cache:clear &&
|
sleep 3 && bin/console cache:clear &&
|
||||||
while ! [ -f /tmp/kill_me ];
|
while ! [ -f /tmp/kill_me ];
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user