mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-30 11:07:14 +08:00
Compare commits
3 commits
d4f3d7c1fa
...
22097598bd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
22097598bd | ||
![]() |
83be99143a | ||
![]() |
4f02e6adc6 |
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue