971 B
971 B
Scanopy Configuration
This directory contains the Docker Compose configuration for setting up Scanopy in your homelab environment.
Files
docker-compose.yml- Main Docker Compose configurationREADME.md- This file
Setup Instructions
- Ensure Docker and Docker Compose are installed on your system
- Navigate to this directory:
cd /Users/noise/Documents/obsidian/homelab/scanopy - Start the services:
docker compose up -d - Access the UI at: http://:60072
Configuration
The configuration includes:
- Scanopy Server (port 60072)
- Scanopy Daemon for network scanning
- Bridge network for communication between services
- Persistent data volumes
Customization
To customize the scan targets, modify the SCANOPY_DAEMON_TARGETS environment variable in the docker-compose.yml file. By default, it scans the 192.168.1.0/24 subnet.
For more advanced configuration, see the Scanopy documentation at https://scanopy.net/docs