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