Files
lldp-mapper/docker-compose.yml
T
dstephenson 40d4679a59 Initial commit — LLDP network mapper
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 20:56:13 +00:00

14 lines
292 B
YAML

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