Update file docker-compose.yml.j2

This commit is contained in:
Administrator 2025-12-05 13:04:03 +05:00
parent 16abecc462
commit 23e09de5e4

View File

@ -17,9 +17,9 @@ services:
- "{{ flibusta_base_dir }}/config:/app/config:rw" - "{{ flibusta_base_dir }}/config:/app/config:rw"
- "{{ flibusta_base_dir }}/data:/app/rw:rw" - "{{ flibusta_base_dir }}/data:/app/rw:rw"
- "{{ flibusta_books_dir }}:/books:rw" - "{{ flibusta_books_dir }}:/books:rw"
{%- if flibusta_calibre_integration %} {% if flibusta_calibre_integration %}
- "{{ calibre_library_dir }}:/calibre:ro" - "{{ calibre_library_dir }}:/calibre:ro"
{%- endif %} {% endif %}
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"] test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s interval: 30s