This commit is contained in:
2025-05-17 13:15:09 +02:00
parent da3def10e5
commit 130de9a88b
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#https://medium.com/@davidclaeys/scanservjs-make-your-own-scan-server-21539f64265c
#version: "3"
services:
scanservjs:
image: sbs20/scanservjs:latest
privileged: true
environment:
- UID=1000
- GID=1000
- SANED_NET_HOSTS=10.0.0.18
- AIRSCAN_DEVICES="Brother Ds-2600"
volumes:
- ./sane/images:/var/lib/scanservjs/output
- ./sane/config:/etc/scanservjs
- /var/run/dbus:/var/run/dbus
ports:
- 8080:8080
restart: unless-stopped
scantopl:
image: ghcr.io/celedhrim/scantopl:master
environment:
- PLURL=http://10.0.0.135:8777
- PLTOKEN=f054af8ea79f6c1b3039991f264d37b8ef5ff112
volumes:
- ./sane/images:/output