From 23e09de5e447336f0b8b645372ea720960cf8c6f Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Dec 2025 13:04:03 +0500 Subject: [PATCH] Update file docker-compose.yml.j2 --- roles/flibusta/templates/docker-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/flibusta/templates/docker-compose.yml.j2 b/roles/flibusta/templates/docker-compose.yml.j2 index efdebf5..2fccdf5 100644 --- a/roles/flibusta/templates/docker-compose.yml.j2 +++ b/roles/flibusta/templates/docker-compose.yml.j2 @@ -17,9 +17,9 @@ services: - "{{ flibusta_base_dir }}/config:/app/config:rw" - "{{ flibusta_base_dir }}/data:/app/rw:rw" - "{{ flibusta_books_dir }}:/books:rw" -{%- if flibusta_calibre_integration %} +{% if flibusta_calibre_integration %} - "{{ calibre_library_dir }}:/calibre:ro" -{%- endif %} +{% endif %} healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s