Initial commit — LLDP network mapper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user