Update home-tools.yaml

master
Dex Burgess 2026-01-08 03:27:20 +00:00
parent 45f27ebf1c
commit 8a7f40dc22
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:/root/.config/daemon
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
default: