Update home-tools.yaml

master
Dex Burgess 2026-01-05 22:33:34 +00:00
parent 5116882b4c
commit 6a05437894
1 changed files with 17 additions and 0 deletions

View File

@ -97,6 +97,23 @@ services:
volumes:
- /dockers/vaultwarden:/data/
scanopy-daemon:
image: ghcr.io/scanopy/scanopy/daemon:latest
container_name: scanopy-daemon
network_mode: host
privileged: true
restart: unless-stopped
environment:
- SCANOPY_SERVER_URL=http://10.1.1.25:60072
- SCANOPY_NETWORK_ID=$SCANOPY_NETWORK_ID
- SCANOPY_DAEMON_API_KEY=$SCANOPY_API_KEY
- SCANOPY_USER_ID=$SCANOPY_USER_ID
- SCANOPY_NAME=Docker Daemon
- SCANOPY_MODE=Push
volumes:
- /dockers/scanopy-daemon:/root/.config/daemon
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
default: