40d4679a59
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
292 B
YAML
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
|