diff --git a/arr/compose.yaml b/arr/compose.yaml index d4406c9..c546343 100644 --- a/arr/compose.yaml +++ b/arr/compose.yaml @@ -111,6 +111,7 @@ services: kapowarr: image: mrcas/kapowarr:latest container_name: kapowarr + restart: unless-stopped volumes: - /home/fern//docker/data/arr/kapowarr/database:/app/db - /media:/media diff --git a/scrutiny/compose.yaml b/scrutiny/compose.yaml index d3d1621..1e381a2 100644 --- a/scrutiny/compose.yaml +++ b/scrutiny/compose.yaml @@ -3,6 +3,7 @@ services: scrutiny: image: ghcr.io/analogj/scrutiny:master-omnibus container_name: scrutiny + restart: unless-stopped volumes: - /run/udev:/run/udev:ro - /home/fern/docker/data/scrutiny/influxdb:/opt/scrutiny/influxdb diff --git a/stirling-pdf/compose.yaml b/stirling-pdf/compose.yaml index 598ba75..bb46616 100644 --- a/stirling-pdf/compose.yaml +++ b/stirling-pdf/compose.yaml @@ -3,6 +3,7 @@ services: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest container_name: stirling-pdf + restart: unless-stopped volumes: - /home/fern/docker/data/stirling-pdf/trainingData:/usr/share/tessdata # Required for extra OCR languages - /home/fern/docker/data/stirling-pdf/extraConfigs:/configs