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