Add scanservjs (disabled for now)

This commit is contained in:
Marko Korhonen 2025-07-24 09:10:07 -05:00
parent ca205762dc
commit c3aa8ee1d0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 24 additions and 0 deletions

View file

@ -180,3 +180,7 @@ korhonen.cc, *.korhonen.cc {
respond "{err.status_code} {err.status_text}"
}
}
http://scanner.korhonen.lan {
reverse_proxy scanservjs:8080
}

View file

View file

@ -0,0 +1 @@
net

View file

@ -0,0 +1,19 @@
services:
scanservjs:
container_name: scanservjs
image: sbs20/scanservjs
restart: unless-stopped
networks:
- proxy
extra_hosts:
- 'host.docker.internal:host-gateway'
environment:
- 'SANED_NET_HOSTS=host.docker.internal'
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/dbus:/var/run/dbus
- ./dll.conf:/etc/sane.d/dll.conf
networks:
proxy:
external: true