Update file docker-compose.yml.j2
This commit is contained in:
parent
16abecc462
commit
23e09de5e4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user