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