From 347720114de8a96ee0f2d06729edc5c1a059ffe9 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 5 Dec 2025 11:40:15 +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 81e9e3c..0e51d6e 100644 --- a/roles/flibusta/templates/docker-compose.yml.j2 +++ b/roles/flibusta/templates/docker-compose.yml.j2 @@ -16,9 +16,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