Initial commit — LLDP network mapper

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dstephenson
2026-04-21 20:56:13 +00:00
commit 40d4679a59
17 changed files with 2691 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
lldp-mapper:
build: .
container_name: lldp-mapper
ports:
- "5000:5000"
volumes:
- ./data:/data
- ./config.py:/app/config.py
- ./index.html:/app/templates/index.html:ro
restart: unless-stopped
environment:
- PYTHONUNBUFFERED=1